Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.deadletter |
Modifier and Type | Method and Description |
---|---|
SimpleEventHandlerInvoker |
SimpleEventHandlerInvoker.Builder.build()
Initializes a
SimpleEventHandlerInvoker as specified through this Builder. |
Modifier and Type | Class and Description |
---|---|
class |
DeadLetteringEventHandlerInvoker
Implementation of an
EventHandlerInvoker utilizing a SequencedDeadLetterQueue to enqueue
events for which handling failed. |
Copyright © 2010–2023. All rights reserved.