Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Class and Description |
---|---|
interface |
DisallowReplay
Annotation marking a Handler (or class) as not being able to handle replays
When placed on the type (class) level, the setting applies to all handlers that don't explicitly override it
on the method level.
|
Copyright © 2010–2025. All rights reserved.