@FunctionalInterface public static interface EventProcessingConfiguration.EventProcessorBuilder
| Modifier and Type | Method and Description |
|---|---|
EventProcessor |
build(String name,
Configuration configuration,
EventHandlerInvoker eventHandlerInvoker)
Builds the event processor.
|
EventProcessor build(String name, Configuration configuration, EventHandlerInvoker eventHandlerInvoker)
name - The name of the Event Processor to createconfiguration - The global configuration the implementation may use to obtain dependencieseventHandlerInvoker - The invoker which is used to invoke event handlers and assigned to this processorCopyright © 2010–2018. All rights reserved.