Interface PersistenceAvailabilityChangedEvent<K,V>

All Superinterfaces:
Event<K,V>
All Known Implementing Classes:
EventImpl

public interface PersistenceAvailabilityChangedEvent<K,V> extends Event<K,V>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event

    Event.Type
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event

    getCache, getType, isPre
  • Method Details

    • isAvailable

      boolean isAvailable()
      Returns:
      true if the PersistenceManager is available.