Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.spring.config |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleOperations.onShutdown(int phase,
LifecycleHandler shutdownHandler)
Registers an asynchronous
shutdownHandler to be executed in the given phase when the
Configuration is shut down. |
void |
DefaultConfigurer.onShutdown(int phase,
LifecycleHandler shutdownHandler) |
void |
LifecycleOperations.onStart(int phase,
LifecycleHandler startHandler)
Registers an asynchronous
startHandler to be executed in the given phase when this Configuration
is started. |
void |
DefaultConfigurer.onStart(int phase,
LifecycleHandler startHandler) |
Modifier and Type | Method and Description |
---|---|
void |
AxonConfiguration.onShutdown(int phase,
LifecycleHandler shutdownHandler)
Deprecated.
|
void |
AxonConfiguration.onStart(int phase,
LifecycleHandler startHandler)
Deprecated.
|
Copyright © 2010–2023. All rights reserved.