Interface FilterFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory class to create a ProxyReceiver which filters events on a push pipeline
-
Method Summary
Modifier and TypeMethodDescriptionmakeFilter(Receiver next) Make a Receiver to filter events on a push pipeline
-
Method Details
-
makeFilter
-