See: Description
| Class | Description |
|---|---|
| ForwardingLoadBalancer | |
| ForwardingLoadBalancerHelper | |
| MutableHandlerRegistry |
Default implementation of
MutableHandlerRegistry. |
| RoundRobinLoadBalancerFactory | Deprecated
use
LoadBalancerRegistry.getProvider(java.lang.String) with "round-robin" policy. |
| TransmitStatusRuntimeExceptionInterceptor |
A class that intercepts uncaught exceptions of type
StatusRuntimeException and handles
them by closing the ServerCall, and transmitting the exception's status and metadata
to the client. |