| Package | Description |
|---|---|
| org.axonframework.deadline | |
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.async | |
| org.axonframework.eventhandling.gateway | |
| org.axonframework.eventhandling.interceptors | |
| org.axonframework.eventhandling.pooled | |
| org.axonframework.eventhandling.scheduling.java | |
| org.axonframework.eventhandling.scheduling.quartz | |
| org.axonframework.eventhandling.tokenstore | |
| org.axonframework.eventhandling.tokenstore.inmemory | |
| org.axonframework.eventhandling.tokenstore.jdbc | |
| org.axonframework.eventhandling.tokenstore.jpa | |
| org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
| org.axonframework.serialization.upcasting.event |
| Class and Description |
|---|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| GenericEventMessage
Generic implementation of the EventMessage interface.
|
| Class and Description |
|---|
| AbstractDomainEventEntry
Abstract base class of a serialized domain event.
|
| AbstractEventBus
Base class for the Event Bus.
|
| AbstractEventBus.Builder
Abstract Builder class to instantiate
AbstractEventBus implementations. |
| AbstractEventEntry
Abstract base class of a serialized event.
|
| AbstractEventProcessor
Abstract implementation of an
EventProcessor. |
| AbstractEventProcessor.Builder
Abstract Builder class to instantiate a
AbstractEventProcessor. |
| AllowReplay
Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.
|
| AnnotationEventHandlerAdapter
Adapter that turns any bean with
EventHandler annotated methods into an EventMessageHandler. |
| DirectEventProcessingStrategy
Event processing strategy that directly initiates event processing.
|
| DomainEventData
Interface describing the properties of serialized Domain Event Messages.
|
| DomainEventMessage
Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
|
| ErrorContext
Describes the context of an error.
|
| ErrorHandler
Interface of the error handler that will be invoked if event processing fails.
|
| EventBus
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish
their events.
|
| EventData
Interface describing the properties of serialized Event Messages.
|
| EventHandlerInvoker
Interface for an event message handler that defers handling to one or more other handlers.
|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| EventMessageHandler
Interface to be implemented by classes that can handle events.
|
| EventProcessingStrategy
Interface describing a strategy for the processing of a batch of events.
|
| EventProcessor
An Event Processor processes event messages from an event queue or event bus.
|
| EventTrackerStatus
Interface describing the status of a
Segment of a TrackingEventProcessor. |
| EventTrackerStatusChangeListener
Represent a listener that is notified whenever the
Map of EventTrackerStatus' in the TrackingEventProcessor this component is registered to has changed. |
| GapAwareTrackingToken
Implementation of a
TrackingToken that uses the global insertion sequence number of the event to determine
tracking order and additionally stores a set of possible gaps that have been detected while tracking the event
store. |
| GenericDomainEventMessage
Generic implementation of a
DomainEventMessage. |
| GenericEventMessage
Generic implementation of the EventMessage interface.
|
| GenericTrackedDomainEventMessage
Generic implementation of a
DomainEventMessage that is also a TrackedEventMessage. |
| GenericTrackedEventMessage
Generic implementation of a
TrackedEventMessage. |
| GlobalSequenceTrackingToken
Tracking token based on the global sequence number of an event.
|
| ListenerInvocationErrorHandler
Interface of an error handler that is invoked when an exception is triggered as result of an
EventMessageHandler
handling an event. |
| MultiSourceTrackingToken
Combined tracking token used when processing from multiple event sources
|
| PropagatingErrorHandler
Singleton ErrorHandler implementation that does not do anything.
|
| ReplayStatus
Type that can be used as parameter of Event Handler methods that indicates whether a message is delivered as part of
a replay, or in regular operations.
|
| Segment
A representation of a segment and corresponding mask with various capabilities.
|
| SimpleEventBus
Implementation of the
EventBus that dispatches events in the thread the publishes them. |
| SimpleEventBus.Builder
Builder class to instantiate a
SimpleEventBus. |
| SimpleEventHandlerInvoker
Implementation of an
EventHandlerInvoker that forwards events to a list of registered
EventMessageHandler. |
| SimpleEventHandlerInvoker.Builder
Builder class to instantiate a
SimpleEventHandlerInvoker. |
| StreamingEventProcessor
An
EventProcessor which processes an event stream in segments. |
| SubscribingEventProcessor
Event processor implementation that
subscribes to the EventBus for
events. |
| SubscribingEventProcessor.Builder
Builder class to instantiate a
SubscribingEventProcessor. |
| TrackedEventData
Interface describing the properties of serialized Event Messages containing a
TrackingToken. |
| TrackedEventMessage
Represents an
EventMessage containing a TrackingToken. |
| TrackerStatus
Implementation of the
EventTrackerStatus, providing simply modification methods to switch from one EventTrackerStatus value object to another. |
| TrackingEventProcessor
EventProcessor implementation that tracks events from a
StreamableMessageSource. |
| TrackingEventProcessor.Builder
Builder class to instantiate a
TrackingEventProcessor. |
| TrackingEventProcessor.State
Enum representing the possible states of the Processor
|
| TrackingEventProcessorConfiguration
Configuration object for the
TrackingEventProcessor. |
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| WrappedToken
Interface marking a token that wraps another token.
|
| WrappedTrackerStatus
Wrapper around an
EventTrackerStatus, delegating all calls to a delegate. |
| Class and Description |
|---|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| EventProcessingStrategy
Interface describing a strategy for the processing of a batch of events.
|
| Class and Description |
|---|
| EventBus
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish
their events.
|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| Class and Description |
|---|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| Class and Description |
|---|
| AbstractEventProcessor
Abstract implementation of an
EventProcessor. |
| AbstractEventProcessor.Builder
Abstract Builder class to instantiate a
AbstractEventProcessor. |
| ErrorHandler
Interface of the error handler that will be invoked if event processing fails.
|
| EventHandlerInvoker
Interface for an event message handler that defers handling to one or more other handlers.
|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| EventProcessor
An Event Processor processes event messages from an event queue or event bus.
|
| EventTrackerStatus
Interface describing the status of a
Segment of a TrackingEventProcessor. |
| StreamingEventProcessor
An
EventProcessor which processes an event stream in segments. |
| TrackedEventMessage
Represents an
EventMessage containing a TrackingToken. |
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| EventBus
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish
their events.
|
| Class and Description |
|---|
| EventBus
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish
their events.
|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| Class and Description |
|---|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| EventMessage
Represents a Message wrapping an Event, which is represented by its payload.
|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
| Class and Description |
|---|
| EventData
Interface describing the properties of serialized Event Messages.
|
| TrackingToken
Tag interface identifying a token that is used to identify the position of an event in an event stream.
|
Copyright © 2010–2022. All rights reserved.