Package | Description |
---|---|
org.axonframework.axonserver.connector.command | |
org.axonframework.axonserver.connector.heartbeat | |
org.axonframework.axonserver.connector.processor | |
org.axonframework.axonserver.connector.processor.schedule | |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerCommandBus.start()
Start the Axon Server
CommandBus implementation. |
Modifier and Type | Method and Description |
---|---|
void |
HeartbeatMonitor.start()
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 |
ScheduledEventProcessorInfoSource.start()
Start an
Executor using the given initialDelay and schedulingPeriod
as milliseconds to notify event processor information. |
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 |
SubscribingEventProcessor.start()
Start this processor.
|
void |
TrackingEventProcessor.start()
Start this processor.
|
Copyright © 2010–2020. All rights reserved.