Class PostActivateListener<K,​V>


  • public class PostActivateListener<K,​V>
    extends Object
    Generic non-blocking passivation listener that consumes an activation event.
    Author:
    Paul Ferraro
    • 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)