Uses of Class
io.grpc.InternalConfigSelector.Result
-
Packages that use InternalConfigSelector.Result Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of InternalConfigSelector.Result in io.grpc
Methods in io.grpc that return InternalConfigSelector.Result Modifier and Type Method Description InternalConfigSelector.Result
InternalConfigSelector.Result.Builder. build()
Build thisInternalConfigSelector.Result
.static InternalConfigSelector.Result
InternalConfigSelector.Result. forError(Status status)
Creates aResult
with the given error status.abstract InternalConfigSelector.Result
InternalConfigSelector. selectConfig(LoadBalancer.PickSubchannelArgs args)
Selects the config for an PRC. -
Uses of InternalConfigSelector.Result in io.grpc.internal
Methods in io.grpc.internal that return InternalConfigSelector.Result Modifier and Type Method Description InternalConfigSelector.Result
ManagedChannelServiceConfig.ServiceConfigConvertedSelector. selectConfig(LoadBalancer.PickSubchannelArgs args)
-