Class CacheEntryInvalidatedAdapter<K,V>

java.lang.Object
org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V>>
org.infinispan.cdi.embedded.event.cache.CacheEntryInvalidatedAdapter<K,V>

public class CacheEntryInvalidatedAdapter<K,V> extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V>>
Event bridge for CacheEntryInvalidated.
Author:
Pete Muir, Sebastian Laskawiec
See Also:
  • Listener
  • CacheEntryInvalidated
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<?,?>
     
    static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<?,?>>
    Events which will be selected (including generic type information (<?, ?>).
  • Constructor Summary

    Constructors
    Constructor
    Description
    CacheEntryInvalidatedAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V>> event)
    Needed for creating event bridge.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fire(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V> payload)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY

      public static final org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<?,?> EMPTY
    • WILDCARD_TYPE

      public static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<?,?>> WILDCARD_TYPE
      Events which will be selected (including generic type information (<?, ?>).
  • Constructor Details

    • CacheEntryInvalidatedAdapter

      public CacheEntryInvalidatedAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V>> event)
      Needed for creating event bridge.
  • Method Details

    • fire

      public void fire(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V> payload)
      Overrides:
      fire in class AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<K,V>>