Class PrePassivateListener<K,​V>


  • public class PrePassivateListener<K,​V>
    extends Object
    Generic non-blocking passivation listener that consumes a passivation event.
    Author:
    Paul Ferraro
    • Constructor Detail

      • PrePassivateListener

        public PrePassivateListener​(BiConsumer<K,​V> consumer,
                                    Executor executor)
    • Method Detail

      • passivated

        public CompletionStage<Void> passivated​(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K,​V> event)