Class PostActivateListener<K,V>
- java.lang.Object
-
- org.wildfly.clustering.infinispan.listener.PostActivateListener<K,V>
-
public class PostActivateListener<K,V> extends Object
Generic non-blocking passivation listener that consumes an activation event.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description PostActivateListener(BiConsumer<K,V> consumer, Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<K,V> event)
-
-
-
Constructor Detail
-
PostActivateListener
public PostActivateListener(BiConsumer<K,V> consumer, Executor executor)
-
-
Method Detail
-
activated
public CompletionStage<Void> activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<K,V> event)
-
-