Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.async |
Modifier and Type | Class and Description |
---|---|
class |
DirectEventProcessingStrategy
Event processing strategy that directly initiates event processing.
|
Modifier and Type | Method and Description |
---|---|
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.processingStrategy(EventProcessingStrategy processingStrategy)
Sets the
EventProcessingStrategy determining whether events are processed directly or asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousEventProcessingStrategy
Implementation of a
EventProcessingStrategy that creates event processing tasks for asynchronous execution. |
Copyright © 2010–2020. All rights reserved.