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 using NodeValueCodec and updates it when the children of the zNode changes.
See Also:
ZooKeeperUpdatingListener