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(ConfigurationChangeEvent event)
After event.
|
default void |
beforeEvent(ConfigurationChangeEvent event)
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(ConfigurationChangeEvent event)
default void afterEvent(ConfigurationChangeEvent event)
Copyright © 2025 Apache. All rights reserved.