Class MultiClusterEventCallable<K,V>
- java.lang.Object
-
- org.infinispan.notifications.cachelistener.cluster.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiClusterEventCallable.Externalizer
-
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.Voidapply(EmbeddedCacheManager embeddedCacheManager)
-
-
-
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)
-
-