@FunctionalInterface public static interface EventProcessingConfigurer.EventProcessorBuilder
Modifier and Type | Method and Description |
---|---|
EventProcessor |
build(String name,
Configuration configuration,
EventHandlerInvoker eventHandlerInvoker)
|
EventProcessor build(String name, Configuration configuration, 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 handlersEventProcessor
Copyright © 2010–2020. All rights reserved.