Class NotifyHelper


  • public class NotifyHelper
    extends Object
    • Constructor Detail

      • NotifyHelper

        public NotifyHelper()
    • Method Detail

      • entryCommitted

        public static void entryCommitted​(CacheNotifier notifier,
                                          org.infinispan.functional.impl.FunctionalNotifier functionalNotifier,
                                          boolean created,
                                          boolean removed,
                                          boolean expired,
                                          CacheEntry entry,
                                          InvocationContext ctx,
                                          org.infinispan.commands.FlagAffectedCommand command,
                                          Object previousValue,
                                          Metadata previousMetadata)