Class NotifyHelper
- java.lang.Object
-
- org.infinispan.notifications.cachelistener.NotifyHelper
-
public class NotifyHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description NotifyHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompletionStage<Void>
entryCommitted(CacheNotifier notifier, FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Object previousValue, Metadata previousMetadata, EvictionManager evictionManager)
-
-
-
Method Detail
-
entryCommitted
public static CompletionStage<Void> entryCommitted(CacheNotifier notifier, FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Object previousValue, Metadata previousMetadata, EvictionManager evictionManager)
-
-