Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
Modifier and Type | Method and Description |
---|---|
static ConnectivityStateInfo |
ConnectivityStateInfo.forNonError(ConnectivityState state)
Returns an instance for a state that is not
TRANSIENT_FAILURE . |
static ConnectivityStateInfo |
ConnectivityStateInfo.forTransientFailure(Status error)
Returns an instance for
TRANSIENT_FAILURE , associated with an error status. |
Modifier and Type | Method and Description |
---|---|
abstract void |
LoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel,
ConnectivityStateInfo stateInfo)
Handles a state change on a Subchannel.
|
Copyright © 2018. All rights reserved.