Interface ConfigurationChangedEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
EventImpl
This event is passed in to any method annotated with
ConfigurationChanged
.- Since:
- 13.0
- Author:
- Tristan Tarrant
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
Method Details
-
getConfigurationEventType
ConfigurationChangedEvent.EventType getConfigurationEventType() -
getConfigurationEntityType
String getConfigurationEntityType() -
getConfigurationEntityName
String getConfigurationEntityName()
-