Package org.infinispan.globalstate.impl
Class GlobalConfigurationStateListener
- java.lang.Object
-
- org.infinispan.globalstate.impl.GlobalConfigurationStateListener
-
public class GlobalConfigurationStateListener extends Object
Listens to events on the global state cache and manages cache configuration creation / removal accordingly- Since:
- 9.2
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createCache(CacheEntryCreatedEvent<ScopedState,CacheState> event)
void
removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
-
-
Method Detail
-
createCache
public void createCache(CacheEntryCreatedEvent<ScopedState,CacheState> event)
-
removeCache
public void removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
-