Class PostActivateBlockingListener<K,V>

java.lang.Object
Type Parameters:
K - cache key type
V - cache value type
All Implemented Interfaces:
CacheListenerRegistrar<K,V>, ListenerRegistrar

public class PostActivateBlockingListener<K,V> extends CacheEventListenerRegistrar<K,V>
Generic non-blocking post-activation listener that delegates to a blocking consumer.
Author:
Paul Ferraro