Returns whether this instance supports getting data members through a call to {@link nextDataMember()}.
Returns true
if this load balancer can get a data member.
Initializes the LoadBalancer.
Returns the next member to route to.
Returns the next member or null
if no member is available
Returns the next data member to route to.
Returns the next data member or null
if no data member is available
Generated using TypeDoc
Abstract Load Balancer to be used in built-in and user-provided LoadBalancer implementations.