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>
handleCreate(CacheEntryCreatedEvent<ScopedState,CacheState> event)
CompletionStage<Void>
handleRemove(CacheEntryRemovedEvent<ScopedState,CacheState> event)
CompletionStage<Void>
handleUpdate(CacheEntryModifiedEvent<ScopedState,CacheState> event)
-
-
-
Method Detail
-
handleCreate
public CompletionStage<Void> handleCreate(CacheEntryCreatedEvent<ScopedState,CacheState> event)
-
handleUpdate
public CompletionStage<Void> handleUpdate(CacheEntryModifiedEvent<ScopedState,CacheState> event)
-
handleRemove
public CompletionStage<Void> handleRemove(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
-