@FunctionalInterface public static interface EventHandlingConfiguration.EventProcessorBuilder
Modifier and Type | Method and Description |
---|---|
EventProcessor |
createEventProcessor(Configuration configuration,
String name,
List<?> eventHandlers)
Builder function for an Event Processor.
|
EventProcessor createEventProcessor(Configuration configuration, String name, List<?> eventHandlers)
configuration
- The global configuration the implementation may use to obtain dependenciesname
- The name of the Event Processor to createeventHandlers
- The Event Handler beans assigned to this processorCopyright © 2010–2017. All rights reserved.