Class PrePassivateBlockingListener<K,V>
- java.lang.Object
-
- org.wildfly.clustering.infinispan.listener.EventListenerRegistrar
-
- org.wildfly.clustering.infinispan.listener.CacheEventListenerRegistrar<K,V>
-
- org.wildfly.clustering.infinispan.listener.PrePassivateBlockingListener<K,V>
-
- All Implemented Interfaces:
CacheListenerRegistrar<K,V>,ListenerRegistrar
public class PrePassivateBlockingListener<K,V> extends CacheEventListenerRegistrar<K,V>
Generic non-blocking pre-passivation listener that delegates to a blocking consumer.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description PrePassivateBlockingListener(org.infinispan.Cache<K,V> cache, BiConsumer<K,V> consumer)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.infinispan.listener.CacheEventListenerRegistrar
register
-
Methods inherited from class org.wildfly.clustering.infinispan.listener.EventListenerRegistrar
register
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.infinispan.listener.CacheListenerRegistrar
register, register
-
Methods inherited from interface org.wildfly.clustering.infinispan.listener.ListenerRegistrar
register
-
-
-
-
Constructor Detail
-
PrePassivateBlockingListener
public PrePassivateBlockingListener(org.infinispan.Cache<K,V> cache, BiConsumer<K,V> consumer)
-
-