Interface ConfigurationChangedEvent
-
- All Superinterfaces:
Event
public interface ConfigurationChangedEvent extends Event
This event is passed in to any method annotated withConfigurationChanged.- Since:
- 13.0
- Author:
- Tristan Tarrant
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurationChangedEvent.EventType-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfigurationEntityName()StringgetConfigurationEntityType()ConfigurationChangedEvent.EventTypegetConfigurationEventType()-
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
-
-
-
Method Detail
-
getConfigurationEventType
ConfigurationChangedEvent.EventType getConfigurationEventType()
-
getConfigurationEntityType
String getConfigurationEntityType()
-
getConfigurationEntityName
String getConfigurationEntityName()
-
-