Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractLoadBalancer Abstract

Abstract Load Balancer to be used by built-in and user-provided LoadBalancer implementations.

Hierarchy

  • AbstractLoadBalancer

Implements

Index

Constructors

Methods

  • canGetNextDataMember(): boolean
  • Returns whether this instance supports getting data members through a call to nextDataMember.

    Returns boolean

    Returns true if this load balancer can get a data member.

  • Returns the next member to route to.

    Returns Member

    Returns the next member or null if no member is available

  • Returns the next data member to route to.

    Returns Member

    Returns the next data member or null if no data member is available

Generated using TypeDoc