| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.Helper.updateBalancingState(ConnectivityState newState,
LoadBalancer.SubchannelPicker newPicker)
Set a new state with a new picker to the channel.
|
abstract void |
LoadBalancer.Helper.updatePicker(LoadBalancer.SubchannelPicker picker)
Deprecated.
Please migrate ALL usages to
LoadBalancer.Helper.updateBalancingState(io.grpc.ConnectivityState, io.grpc.LoadBalancer.SubchannelPicker) |