| Package | Description |
|---|---|
| org.axonframework.commandhandling.distributed | |
| 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.quartz |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedCommandBus.disconnect()
Disconnect the command bus for receiving new commands, by unsubscribing all registered command handlers.
|
CompletableFuture<Void> |
DistributedCommandBus.shutdownDispatching()
Shutdown the command bus asynchronously for dispatching commands to other instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDeadlineManager.shutdown()
Shuts down this deadline manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzDeadlineManager.shutdown()
Shuts down this deadline manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscribingEventProcessor.shutDown()
Shut down this processor.
|
CompletableFuture<Void> |
TrackingEventProcessor.shutdownAsync()
Initiates a shutdown, providing a
CompletableFuture that completes when the shutdown process is
finished. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
PooledStreamingEventProcessor.shutdownAsync() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleEventScheduler.shutdown()
Shuts down this event scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzEventScheduler.shutdown()
Shuts down this event scheduler.
|
Copyright © 2010–2022. All rights reserved.