Uses of Class
org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
-
Packages that use ConfigurationChangedEvent.EventType Package Description org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager-specific listener events -
-
Uses of ConfigurationChangedEvent.EventType in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return ConfigurationChangedEvent.EventType Modifier and Type Method Description ConfigurationChangedEvent.EventTypeConfigurationChangedEvent. getConfigurationEventType()static ConfigurationChangedEvent.EventTypeConfigurationChangedEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationChangedEvent.EventType[]ConfigurationChangedEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-