Interface FilterFactory


  • public interface FilterFactory
    Factory class to create a ProxyReceiver which filters events on a push pipeline
    • Method Detail

      • makeFilter

        ProxyReceiver makeFilter​(Receiver next)
        Make a ProxyReceiver to filter events on a push pipeline
        Parameters:
        next - the next receiver in the pipeline
        Returns:
        a ProxyReceiver initialized to send events to the next receiver in the pipeine