Uses of Interface
org.apache.curator.x.discovery.ServiceDiscovery
-
Packages that use ServiceDiscovery Package Description org.apache.curator.x.discovery org.apache.curator.x.discovery.details -
-
Uses of ServiceDiscovery in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return ServiceDiscovery Modifier and Type Method Description ServiceDiscovery<T>ServiceDiscoveryBuilder. build()Build a new service discovery with the currently set values. -
Uses of ServiceDiscovery in org.apache.curator.x.discovery.details
Classes in org.apache.curator.x.discovery.details that implement ServiceDiscovery Modifier and Type Class Description classServiceDiscoveryImpl<T>A mechanism to register and query service instances using ZooKeeper
-