Class ZookeeperServiceInstances

java.lang.Object
org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstances
All Implemented Interfaces:
Iterable<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>>

public class ZookeeperServiceInstances extends Object implements Iterable<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>>
An Iterable representing registered Zookeeper instances. If using ZookeeperDependencies it will return a list of registered Zookeeper instances corresponding to the ones defined in the dependencies.
Since:
1.0.0
Author:
Marcin Grzejszczak