Class PrePassivateListener<K,V>
java.lang.Object
org.wildfly.clustering.infinispan.listener.PrePassivateListener<K,V>
Generic non-blocking pre-passivation listener that delegates to a generic cache event listener.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionPrePassivateListener(Function<org.infinispan.notifications.cachelistener.event.CacheEntryEvent<K, V>, CompletionStage<Void>> listener) -
Method Summary
Modifier and TypeMethodDescriptionprePassivate(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K, V> event)
-
Constructor Details
-
PrePassivateListener
public PrePassivateListener(Function<org.infinispan.notifications.cachelistener.event.CacheEntryEvent<K, V>, CompletionStage<Void>> listener)
-
-
Method Details
-
prePassivate
public CompletionStage<Void> prePassivate(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K, V> event)
-