Class NotifyHelper
java.lang.Object
org.infinispan.notifications.cachelistener.NotifyHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> CompletionStage <Void> entryCommitted(CacheNotifier<K, V> notifier, FunctionalNotifier<K, V> functionalNotifier, CacheEntry<K, V> entry, InvocationContext ctx, FlagAffectedCommand command, V previousValue, Metadata previousMetadata, EvictionManager<K, V> evictionManager)
-
Constructor Details
-
NotifyHelper
public NotifyHelper()
-
-
Method Details
-
entryCommitted
public static <K,V> CompletionStage<Void> entryCommitted(CacheNotifier<K, V> notifier, FunctionalNotifier<K, V> functionalNotifier, CacheEntry<K, V> entry, InvocationContext ctx, FlagAffectedCommand command, V previousValue, Metadata previousMetadata, EvictionManager<K, V> evictionManager)
-