Class ClusterListenerRemoveCallable
- java.lang.Object
-
- org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
-
- All Implemented Interfaces:
Function<EmbeddedCacheManager,Void>
public class ClusterListenerRemoveCallable extends Object implements Function<EmbeddedCacheManager,Void>
This DistributedCallable is used to remove registeredRemoteClusterListener
on each of the various nodes when a cluster listener is unregistered from the cache.- Since:
- 7.0
- Author:
- wburns
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterListenerRemoveCallable.Externalizer
-
Constructor Summary
Constructors Constructor Description ClusterListenerRemoveCallable(String cacheName, UUID identifier)
-
-
-
Method Detail
-
apply
public Void apply(EmbeddedCacheManager embeddedCacheManager)
- Specified by:
apply
in interfaceFunction<EmbeddedCacheManager,Void>
-
-