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 registered
RemoteClusterListener
on each of the various nodes
when a cluster listener is unregistered from the cache.- Since:
- 7.0
- Author:
- wburns
-
Constructor Details
-
ClusterListenerRemoveCallable
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EmbeddedCacheManager,
Void>
-