Package io.grpc
Class InternalConfigSelector.Result.Builder
java.lang.Object
io.grpc.InternalConfigSelector.Result.Builder
- Enclosing class:
InternalConfigSelector.Result
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build thisInternalConfigSelector.Result
.Sets the parsed config.setInterceptor
(ClientInterceptor interceptor) Sets the interceptor.
-
Method Details
-
setConfig
Sets the parsed config. This field is required.- Returns:
- this
-
setInterceptor
Sets the interceptor. This field is optional.- Returns:
- this
-
build
Build thisInternalConfigSelector.Result
.
-