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)
DynamicConfigListener
MapConfig
object is created locally.onConfigRegistered
in interface DynamicConfigListener
public void onConfigRegistered(CacheSimpleConfig configObject)
DynamicConfigListener
CacheSimpleConfig
object is created locally.onConfigRegistered
in interface DynamicConfigListener
public void onServiceInitialized(ClusterWideConfigurationService configurationService)
DynamicConfigListener
ClusterWideConfigurationService
is initialized. It allows to hook custom hooks.onServiceInitialized
in interface DynamicConfigListener
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.