Interface FilterFactory


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

    Modifier and Type
    Method
    Description
    Make a ProxyReceiver to filter events on a push pipeline
  • Method Details

    • 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