Modifier and Type | Method and Description |
---|---|
void |
AxonServerConnectionManager.shutdown()
Stops the Connection Manager, closing any active connections and preventing new connections from being created.
|
Modifier and Type | Method and Description |
---|---|
void |
AxonServerCommandBus.disconnect()
Disconnect the command bus for receiving commands from Axon Server, by unsubscribing all registered command
handlers.
|
CompletableFuture<Void> |
AxonServerCommandBus.shutdownDispatching()
Shutdown the command bus asynchronously for dispatching commands to Axon Server.
|
Modifier and Type | Method and Description |
---|---|
void |
HeartbeatMonitor.shutdown()
Stops the scheduled task and shutdown the monitor, that cannot be restarted again.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledEventProcessorInfoSource.shutdown()
Shuts down the
Executor started through the ScheduledEventProcessorInfoSource.start() method. |
Modifier and Type | Method and Description |
---|---|
void |
AxonServerQueryBus.disconnect()
Disconnect the query bus from Axon Server, by unsubscribing all known query handlers.
|
CompletableFuture<Void> |
AxonServerQueryBus.shutdownDispatching()
Shutdown the query bus asynchronously for dispatching queries to Axon Server.
|
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 |
MessageHandlerRegistrar.shutdown()
Close the message handler registration initialized in phase
Phase.LOCAL_MESSAGE_HANDLER_REGISTRATIONS
through the MessageHandlerRegistrar.start() method. |
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 |
---|---|
void |
SimpleEventScheduler.shutdown()
Shuts down this event scheduler.
|
Modifier and Type | Method and Description |
---|---|
void |
QuartzEventScheduler.shutdown()
Shuts down this event scheduler.
|
Copyright © 2010–2020. All rights reserved.