Modifier and Type | Class and Description |
---|---|
class |
AxonServerConnectionManager
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonServerCommandBus
Axon
CommandBus implementation that connects to Axon Server to submit and receive commands and command
responses. |
Modifier and Type | Class and Description |
---|---|
class |
AxonServerEventScheduler
Implementation of the
EventScheduler that uses Axon Server to schedule the events. |
Modifier and Type | Class and Description |
---|---|
class |
HeartbeatMonitor
Deprecated.
in through use of the AxonServer java
connector
|
Modifier and Type | Class and Description |
---|---|
class |
EventProcessorControlService
Service that listens to
PlatformOutboundInstruction s to control EventProcessor s when for example
requested by Axon Server. |
Modifier and Type | Class and Description |
---|---|
class |
AxonServerQueryBus
Axon
QueryBus implementation that connects to Axon Server to submit and receive queries and query responses. |
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 | Class and Description |
---|---|
class |
MessageHandlerRegistrar
The
MessageHandlerRegistrar manages the lifecycle of a message handling component, by defining a MessageHandlerRegistrar.start() and MessageHandlerRegistrar.shutdown() method and keeping hold of the message handler's Registration . |
Modifier and Type | Class and Description |
---|---|
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 |
SubscribingEventProcessor
Event processor implementation that
subscribes to the EventBus for
events. |
class |
TrackingEventProcessor
EventProcessor implementation that tracks events from a
StreamableMessageSource . |
Modifier and Type | Class and Description |
---|---|
class |
PooledStreamingEventProcessor
A
StreamingEventProcessor implementation which pools it's resources to enhance processing speed. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleEventScheduler
An
EventScheduler implementation that uses Java's ScheduledExecutorService as scheduling and triggering
mechanism. |
Modifier and Type | Class and Description |
---|---|
class |
QuartzEventScheduler
EventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.InitializingBean |
InfraConfiguration.lifecycleInitializer(Configurer configurer,
List<Lifecycle> lifecycleBeans) |
Copyright © 2010–2023. All rights reserved.