Package | Description |
---|---|
org.axonframework.axonserver.connector.command | |
org.axonframework.axonserver.connector.query | |
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.distributed | |
org.axonframework.deadline | |
org.axonframework.deadline.quartz | |
org.axonframework.disruptor.commandhandling | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.queryhandling | |
org.axonframework.test.deadline | |
org.axonframework.test.utils |
A collection of classes which may prove useful when testing Axon-based classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonServerCommandBus
Axon CommandBus implementation that connects to AxonServer to submit and receive commands.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonServerQueryBus
AxonServer implementation for the QueryBus.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousCommandBus
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
|
class |
SimpleCommandBus
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedCommandBus
Implementation of a
CommandBus that is aware of multiple instances of a CommandBus working together to
spread load. |
Modifier and Type | Interface and Description |
---|---|
interface |
DeadlineManager
Contract for deadline managers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeadlineManager
Abstract implementation of the
DeadlineManager to be implemented by concrete solutions for the
DeadlineManager. |
class |
SimpleDeadlineManager
Implementation of
DeadlineManager which uses Java's ScheduledExecutorService as scheduling and
triggering mechanism. |
Modifier and Type | Class and Description |
---|---|
class |
QuartzDeadlineManager
Implementation of
DeadlineManager that delegates scheduling and triggering to a Quartz Scheduler . |
Modifier and Type | Class and Description |
---|---|
class |
DisruptorCommandBus
Asynchronous CommandBus implementation with very high performance characteristics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventProcessor
An Event Processor processes event messages from an event queue or event bus.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventProcessor
Abstract implementation of an
EventProcessor . |
class |
SubscribingEventProcessor
Event processor implementation that
subscribes to the EventBus for
events. |
class |
TrackingEventProcessor
EventProcessor implementation that tracks events from a
StreamableMessageSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryBus
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleQueryBus
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
|
Modifier and Type | Class and Description |
---|---|
class |
StubDeadlineManager
Stub implementation of
DeadlineManager . |
Modifier and Type | Class and Description |
---|---|
class |
RecordingCommandBus
CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records
them instead.
|
Copyright © 2010–2018. All rights reserved.