Class ServiceFactory.AieServiceCacheListener

  • All Implemented Interfaces:
    org.apache.curator.framework.state.ConnectionStateListener, org.apache.curator.x.discovery.details.ServiceCacheListener
    Enclosing class:
    ServiceFactory

    public static class ServiceFactory.AieServiceCacheListener
    extends java.lang.Object
    implements org.apache.curator.x.discovery.details.ServiceCacheListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cacheChanged()
      void stateChanged​(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AieServiceCacheListener

        public AieServiceCacheListener​(org.apache.curator.x.discovery.ServiceCache<AieServiceInfo> cache,
                                       ServiceListener listener)
    • Method Detail

      • stateChanged

        public void stateChanged​(org.apache.curator.framework.CuratorFramework client,
                                 org.apache.curator.framework.state.ConnectionState newState)
        Specified by:
        stateChanged in interface org.apache.curator.framework.state.ConnectionStateListener
      • cacheChanged

        public void cacheChanged()
        Specified by:
        cacheChanged in interface org.apache.curator.x.discovery.details.ServiceCacheListener