Interface CacheStartedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface CacheStartedEvent extends Event
This event is passed in to any method annotated with CacheStarted.
Since:
4.0
Author:
Manik Surtani
  • Nested Class Summary

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

    Event.Type
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    getCacheManager, getType
  • Method Details

    • getCacheName

      String getCacheName()