Interface GlobalConfigurationManager

All Known Implementing Classes:
GlobalConfigurationManagerImpl

public interface GlobalConfigurationManager
The GlobalConfigurationManager is the main interface for sharing runtime configuration state across a cluster. It uses an internal cache 'org.infinispan.CONFIG'. The cache is keyed with ScopedState. Each scope owner is responsible for its own keys.
Since:
9.2
Author:
Tristan Tarrant