public interface LoadedConfigurationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigurationLoaded(String serviceName,
String name,
Object config)
Called after a node loads a configuration of a data-structure from a persistence store.
|
void onConfigurationLoaded(String serviceName, String name, Object config)
HotRestartIntegrationService.ensureHasConfiguration(String, String, Object).serviceName - service this configuration belongs toname - name of a data-structureconfig - the actual configuration objectCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.