Class BlockingCacheEventListener<K,V>

java.lang.Object
org.wildfly.clustering.infinispan.listener.NonBlockingCacheEventListener<K,V>
org.wildfly.clustering.infinispan.listener.BlockingCacheEventListener<K,V>
All Implemented Interfaces:
Consumer<org.infinispan.notifications.cachelistener.event.CacheEntryEvent<K,V>>, Function<org.infinispan.notifications.cachelistener.event.CacheEntryEvent<K,V>,CompletionStage<Void>>

public class BlockingCacheEventListener<K,V> extends NonBlockingCacheEventListener<K,V>
Generic non-blocking event listener that delegates to a blocking event consumer.
Author:
Paul Ferraro