Uses of Class
io.grpc.ConnectivityStateInfo
-
-
Uses of ConnectivityStateInfo in io.grpc
Methods in io.grpc that return ConnectivityStateInfo Modifier and Type Method Description static ConnectivityStateInfoConnectivityStateInfo. forNonError(ConnectivityState state)Returns an instance for a state that is notTRANSIENT_FAILURE.static ConnectivityStateInfoConnectivityStateInfo. forTransientFailure(Status error)Returns an instance forTRANSIENT_FAILURE, associated with an error status.Methods in io.grpc with parameters of type ConnectivityStateInfo Modifier and Type Method Description voidLoadBalancer. handleSubchannelState(LoadBalancer.Subchannel subchannel, ConnectivityStateInfo stateInfo)Deprecated.This method will be removed.voidLoadBalancer.SubchannelStateListener. onSubchannelState(ConnectivityStateInfo newState)Handles a state change on a Subchannel.
-