| BlockingCacheEventListener<K,V> |
Generic non-blocking event listener that delegates to a blocking event consumer.
|
| CacheEventListenerRegistrar<K,V> |
A registering cache event listener.
|
| EventListenerRegistrar |
A registering Infinispan listener.
|
| KeyFilter<K> |
A CacheEventFilter for filtering events based on the cache key.
|
| NonBlockingCacheEventListener<K,V> |
Generic non-blocking event listener that delegates to a non-blocking event consumer.
|
| PostActivateBlockingListener<K,V> |
Generic non-blocking post-activation listener that delegates to a blocking consumer.
|
| PostPassivateBlockingListener<K,V> |
Generic non-blocking post-passivation listener that delegates to a blocking consumer.
|
| PrePassivateBlockingListener<K,V> |
Generic non-blocking pre-passivation listener that delegates to a blocking consumer.
|
| PrePassivateListener<K,V> |
Generic non-blocking pre-passivation listener that delegates to a generic cache event listener.
|
| PrePassivateNonBlockingListener<K,V> |
Generic non-blocking pre-passivation listener that delegates to a non-blocking consumer.
|