@FunctionalInterface public static interface EventProcessingConfigurer.EventProcessorBuilder
| Modifier and Type | Method and Description |
|---|---|
org.axonframework.eventhandling.EventProcessor |
build(String name,
Configuration configuration,
org.axonframework.eventhandling.EventHandlerInvoker eventHandlerInvoker)
|
org.axonframework.eventhandling.EventProcessor build(String name, Configuration configuration, org.axonframework.eventhandling.EventHandlerInvoker eventHandlerInvoker)
name - a String specifying the name of the EventProcessor to createconfiguration - the global Configuration the implementation may use to obtain dependencieseventHandlerInvoker - the EventHandlerInvoker assigned to the EventProcessor to be
created, used to invoke event handlersEventProcessorCopyright © 2010–2020. All rights reserved.