public interface ConfigurationChangeListener
| Modifier and Type | Field and Description |
|---|---|
static int |
CORE_LISTENER_THREAD
The constant CORE_LISTENER_THREAD.
|
static ExecutorService |
EXECUTOR_SERVICE
The constant EXECUTOR_SERVICE.
|
static int |
MAX_LISTENER_THREAD
The constant MAX_LISTENER_THREAD.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
afterEvent()
After event.
|
default void |
beforeEvent()
Before event.
|
default ExecutorService |
getExecutorService()
Gets executor service.
|
void |
onChangeEvent(ConfigurationChangeEvent event)
Process.
|
default void |
onProcessEvent(ConfigurationChangeEvent event)
On process event.
|
default void |
onShutDown()
On shut down.
|
static final int CORE_LISTENER_THREAD
static final int MAX_LISTENER_THREAD
static final ExecutorService EXECUTOR_SERVICE
void onChangeEvent(ConfigurationChangeEvent event)
event - the eventdefault void onProcessEvent(ConfigurationChangeEvent event)
event - the eventdefault void onShutDown()
default ExecutorService getExecutorService()
default void beforeEvent()
default void afterEvent()
Copyright © 2023 Seata. All rights reserved.