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 CompletionStage<Void>createCache(CacheEntryCreatedEvent<ScopedState,Object> event)CompletionStage<Void>removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
-
-
Method Detail
-
createCache
public CompletionStage<Void> createCache(CacheEntryCreatedEvent<ScopedState,Object> event)
-
removeCache
public CompletionStage<Void> removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
-