| Interface | Description |
|---|---|
| LoadBalancerSocketMetrics |
A contract for the metrics managed by
LoadBalancer per socket. |
| Class | Description |
|---|---|
| LoadBalancer |
This
ReactiveSocket implementation will load balance the request across a
pool of children ReactiveSockets. |
| LoadBalancingClient |
An implementation of
ReactiveSocketClient that operates on a cluster of target servers instead of a single
server. |
| LoadBalancingClient.SourceToClient<T> |
A mapping function from a collection of any type to a collection of
ReactiveSocketClient. |