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.commandhandling.distributed | |
org.axonframework.config | |
org.axonframework.deadline | |
org.axonframework.deadline.quartz | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.pooled | |
org.axonframework.eventhandling.scheduling.java | |
org.axonframework.eventhandling.scheduling.jobrunr | |
org.axonframework.eventhandling.scheduling.quartz | |
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.lifecycle |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerCommandBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
HeartbeatMonitor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EventProcessorControlService.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerQueryBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedCommandBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
default Lifecycle.LifecycleRegistry |
Configuration.lifecycleRegistry()
Returns the lifecycle registry for this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageHandlerRegistrar.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
QuartzDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
TrackingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
void |
SubscribingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
void |
PooledStreamingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
JobRunrEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
QuartzEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedEventStore.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) |
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle)
Registers the activities to be executed in the various phases of an application's lifecycle.
|
Copyright © 2010–2023. All rights reserved.