Package io.grpc
Class InternalConfigSelector.Result
java.lang.Object
io.grpc.InternalConfigSelector.Result
- Enclosing class:
InternalConfigSelector
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreates aResult
with the given error status.Returns a parsed config.Returns an interceptor that will be applies to calls.Returns the status of the config selection operation.
-
Field Details
-
interceptor
-
-
Method Details
-
forError
Creates aResult
with the given error status. -
getStatus
Returns the status of the config selection operation. If status is notStatus.OK
, this result should not be used. -
getConfig
Returns a parsed config. Must have been returned via ServiceConfigParser.parseServiceConfig().getConfig() -
getInterceptor
Returns an interceptor that will be applies to calls. -
newBuilder
-