Interface Event<T extends Enum<T>>

    • Method Detail

      • getCacheName

        default String getCacheName()
        Return the name of the cache this event was raised from.
        Returns:
        the name of the cache this event was raised from
      • getService

        default CacheService getService()
        Return the CacheService this event was raised from.
        Returns:
        the CacheService this event was raised from
      • getBackingMapContext

        default BackingMapContext getBackingMapContext()
        Return the BackingMapContext this event was raised from.
        Returns:
        the BackingMapContext this event was raised from