Package io.grpc
Class InternalConfigSelector
java.lang.Object
io.grpc.InternalConfigSelector
- Direct Known Subclasses:
ManagedChannelServiceConfig.ServiceConfigConvertedSelector
Per method config selector that the channel or load balancers will use to choose the appropriate
config or take config related actions for an RPC.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract InternalConfigSelector.Result
Selects the config for an PRC.
-
Field Details
-
KEY
-
-
Constructor Details
-
InternalConfigSelector
public InternalConfigSelector()
-
-
Method Details
-
selectConfig
Selects the config for an PRC.
-