public interface DynamicConfigListener
ClusterWideConfigurationService
Modifier and Type | Method and Description |
---|---|
void |
onConfigRegistered(CacheSimpleConfig configObject)
Called when a new
CacheSimpleConfig object is created locally. |
void |
onConfigRegistered(MapConfig configObject)
Called when a new
MapConfig object is created locally. |
void |
onServiceInitialized(ClusterWideConfigurationService configurationService)
Called when a
ClusterWideConfigurationService is initialized. |
void onServiceInitialized(ClusterWideConfigurationService configurationService)
ClusterWideConfigurationService
is initialized. It allows to hook custom hooks.configurationService
- void onConfigRegistered(MapConfig configObject)
MapConfig
object is created locally.configObject
- void onConfigRegistered(CacheSimpleConfig configObject)
CacheSimpleConfig
object is created locally.configObject
- Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.