Class MultiClusterEventCallable<K,​V>

  • All Implemented Interfaces:
    java.util.function.Function<EmbeddedCacheManager,​java.lang.Void>

    public class MultiClusterEventCallable<K,​V>
    extends java.lang.Object
    implements java.util.function.Function<EmbeddedCacheManager,​java.lang.Void>
    This Function is used to invoke a raised notification on the cluster listener that registered to listen for this event.
    Since:
    7.0
    Author:
    wburns
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiClusterEventCallable​(java.lang.String cacheName, java.util.Map<java.util.UUID,​java.util.Collection<ClusterEvent<K,​V>>> events)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void apply​(EmbeddedCacheManager embeddedCacheManager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • MultiClusterEventCallable

        public MultiClusterEventCallable​(java.lang.String cacheName,
                                         java.util.Map<java.util.UUID,​java.util.Collection<ClusterEvent<K,​V>>> events)
    • Method Detail

      • apply

        public java.lang.Void apply​(EmbeddedCacheManager embeddedCacheManager)
        Specified by:
        apply in interface java.util.function.Function<K,​V>