Uses of Interface
org.apache.curator.x.discovery.DiscoveryPathConstructor
-
Uses of DiscoveryPathConstructor in org.apache.curator.x.discovery
Modifier and TypeMethodDescriptionServiceDiscoveryBuilder.pathConstructor
(DiscoveryPathConstructor pathConstructor) Required - shape the service tree in ZK, seeServiceDiscoveryBuilder.basePath(String)
for alternative -
Uses of DiscoveryPathConstructor in org.apache.curator.x.discovery.details
Modifier and TypeClassDescriptionclass
A standard constructor, it uses standard path constructing strategy by applying name to the base path.ModifierConstructorDescriptionServiceDiscoveryImpl
(CuratorFramework client, DiscoveryPathConstructor pathConstructor, InstanceSerializer<T> serializer, ServiceInstance<T> thisInstance, boolean watchInstances)