Package org.infinispan.rest.resources
Class ContainerResource.ConfigurationListener
- java.lang.Object
-
- org.infinispan.rest.resources.ContainerResource.ConfigurationListener
-
- Enclosing class:
- ContainerResource
public class ContainerResource.ConfigurationListener extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConfigurationListener(EmbeddedCacheManager cacheManager, MediaType mediaType, boolean includeCurrentState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventStream
getEventStream()
CompletionStage<Void>
onConfigurationEvent(ConfigurationChangedEvent event)
CompletionStage<Void>
onDataLogged(org.infinispan.util.logging.events.EventLog event)
-
-
-
Constructor Detail
-
ConfigurationListener
protected ConfigurationListener(EmbeddedCacheManager cacheManager, MediaType mediaType, boolean includeCurrentState)
-
-
Method Detail
-
getEventStream
public EventStream getEventStream()
-
onDataLogged
public CompletionStage<Void> onDataLogged(org.infinispan.util.logging.events.EventLog event)
-
onConfigurationEvent
public CompletionStage<Void> onConfigurationEvent(ConfigurationChangedEvent event)
-
-