Class ClusterListenerRemoveCallable

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

    public class ClusterListenerRemoveCallable
    extends java.lang.Object
    implements java.util.function.Function<EmbeddedCacheManager,​java.lang.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 Summary

      Constructors 
      Constructor Description
      ClusterListenerRemoveCallable​(java.lang.String cacheName, java.util.UUID identifier)  
    • 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

      • ClusterListenerRemoveCallable

        public ClusterListenerRemoveCallable​(java.lang.String cacheName,
                                             java.util.UUID identifier)