Package | Description |
---|---|
org.axonframework.axonserver.connector | |
org.axonframework.axonserver.connector.command | |
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.axonserver.connector.heartbeat | |
org.axonframework.axonserver.connector.processor | |
org.axonframework.axonserver.connector.query | |
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.pooled |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.start()
Starts the
AxonServerConnectionManager . |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerCommandBus.start()
Start the Axon Server
CommandBus implementation. |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerEventScheduler.start()
Start the Axon Server
EventScheduler implementation. |
Modifier and Type | Method and Description |
---|---|
void |
HeartbeatMonitor.start()
Deprecated.
Schedule a task that verifies that the connection is still alive and, if it is not, invoke a callback in order to
react to the disconnection.
|
Modifier and Type | Method and Description |
---|---|
void |
EventProcessorControlService.start()
|
Modifier and Type | Method and Description |
---|---|
void |
AxonServerQueryBus.start()
Start the Axon Server
QueryBus implementation. |
Modifier and Type | Method and Description |
---|---|
void |
MessageHandlerRegistrar.start()
Start the message handler registration process by building the message handler in the
Phase.LOCAL_MESSAGE_HANDLER_REGISTRATIONS phase. |
Modifier and Type | Method and Description |
---|---|
void |
TrackingEventProcessor.start()
Start this processor.
|
void |
SubscribingEventProcessor.start()
Start this processor.
|
Modifier and Type | Method and Description |
---|---|
void |
PooledStreamingEventProcessor.start() |
Copyright © 2010–2022. All rights reserved.