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