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.

@FunctionalInterface 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 Receiver to filter events on a push pipeline
  • Method Details

    • makeFilter

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