Class ZooKeeperEndpointGroup

All Implemented Interfaces:
EndpointGroup, EndpointSelector, AsyncCloseable, Listenable<List<Endpoint>>, ListenableAsyncCloseable, AutoCloseable

public final class ZooKeeperEndpointGroup
extends DynamicEndpointGroup
A ZooKeeper-based EndpointGroup implementation. This EndpointGroup retrieves the list of Endpoints from a ZooKeeper and updates it when the children of the znode changes.
See Also:
ZooKeeperUpdatingListener