Interface PersistenceAvailabilityChangedEvent<K,V>
- All Superinterfaces:
Event<K,
V>
- All Known Implementing Classes:
EventImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
Method Summary
-
Method Details
-
isAvailable
boolean isAvailable()- Returns:
- true if the
PersistenceManager
is available.
-