public class EmptyDynamicConfigListener extends Object implements DynamicConfigListener
DynamicConfigListener| Constructor and Description | 
|---|
EmptyDynamicConfigListener()  | 
| 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. | 
public void onConfigRegistered(MapConfig configObject)
DynamicConfigListenerMapConfig object is created locally.onConfigRegistered in interface DynamicConfigListenerpublic void onConfigRegistered(CacheSimpleConfig configObject)
DynamicConfigListenerCacheSimpleConfig object is created locally.onConfigRegistered in interface DynamicConfigListenerpublic void onServiceInitialized(ClusterWideConfigurationService configurationService)
DynamicConfigListenerClusterWideConfigurationService is initialized. It allows to hook custom hooks.onServiceInitialized in interface DynamicConfigListenerCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.