Class 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