Class RemovedEventImpl<K>

java.lang.Object
org.infinispan.client.hotrod.event.impl.AbstractClientEvent
org.infinispan.client.hotrod.event.impl.RemovedEventImpl<K>
All Implemented Interfaces:
ClientCacheEntryRemovedEvent<K>, ClientEvent

public class RemovedEventImpl<K> extends AbstractClientEvent implements ClientCacheEntryRemovedEvent<K>
  • Constructor Details

    • RemovedEventImpl

      public RemovedEventImpl(byte[] listenerId, K key, boolean retried)
  • Method Details