Package | Description |
---|---|
org.axonframework.config |
Modifier and Type | Method and Description |
---|---|
EventProcessingConfiguration |
EventProcessingConfiguration.registerEventProcessor(String name,
EventProcessingConfiguration.EventProcessorBuilder eventProcessorBuilder)
Defines the Event Processor builder for an Event Processor with the given
name . |
EventProcessingConfiguration |
EventProcessingConfiguration.registerEventProcessorFactory(EventProcessingConfiguration.EventProcessorBuilder eventProcessorBuilder)
Allows for more fine-grained definition of the Event Processor to use for each group of Event Listeners.
|
Copyright © 2010–2018. All rights reserved.