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.ResultInternalConfigSelector.Result.Builder. build()Build thisInternalConfigSelector.Result.static InternalConfigSelector.ResultInternalConfigSelector.Result. forError(Status status)Creates aResultwith the given error status.abstract InternalConfigSelector.ResultInternalConfigSelector. 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.ResultManagedChannelServiceConfig.ServiceConfigConvertedSelector. selectConfig(LoadBalancer.PickSubchannelArgs args)
-