Class IntegrationEventFilter

  • All Implemented Interfaces:
    org.springframework.integration.core.GenericSelector<org.springframework.messaging.Message>

    public class IntegrationEventFilter
    extends Object
    implements org.springframework.integration.core.GenericSelector<org.springframework.messaging.Message>
    GenericSelector implementation that is simply a wrapper of a EventFilter. This way any EventFilter can be used in a Spring Integration context.