Interface EventHandlerSelector

All Superinterfaces:
Predicate<EventProcessorDefinition.EventHandlerDescriptor>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Functional interface describing a filter for the EventProcessorDefinition.EventHandlerDescriptor.

Used as part of the EventProcessorDefinition.SelectorStep to create predicates to assign EventHandlingComponent beans to an EventProcessor

Since:
5.1.0
Author:
Steven van Beelen