Class GrpcServiceClient.Builder
java.lang.Object
io.helidon.microprofile.grpc.client.GrpcServiceClient.Builder
- Enclosing class:
GrpcServiceClient
Builder to build an instance of
GrpcServiceClient
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build an instance ofGrpcServiceClient
.callOptions
(io.grpc.CallOptions callOptions) Set theCallOptions
to use.
-
Method Details
-
callOptions
Set theCallOptions
to use.- Parameters:
callOptions
- theCallOptions
to use- Returns:
- This
GrpcServiceClient.Builder
for fluent method chaining
-
build
Build an instance ofGrpcServiceClient
.- Returns:
- an new instance of a
GrpcServiceClient
-