Package org.infinispan.rest.resources
Class ContainerResource.ConfigurationListener
java.lang.Object
org.infinispan.rest.resources.ContainerResource.ConfigurationListener
- Enclosing class:
ContainerResource
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigurationListener(org.infinispan.manager.EmbeddedCacheManager cacheManager, org.infinispan.commons.dataconversion.MediaType mediaType, boolean includeCurrentState, boolean pretty) -
Method Summary
Modifier and TypeMethodDescriptiononConfigurationEvent(org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent event) onDataLogged(org.infinispan.util.logging.events.EventLog event)
-
Constructor Details
-
ConfigurationListener
protected ConfigurationListener(org.infinispan.manager.EmbeddedCacheManager cacheManager, org.infinispan.commons.dataconversion.MediaType mediaType, boolean includeCurrentState, boolean pretty)
-
-
Method Details
-
getEventStream
-
onDataLogged
-
onConfigurationEvent
public CompletionStage<Void> onConfigurationEvent(org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent event)
-