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 theCallOptionsto use.
-
Method Details
-
callOptions
Set theCallOptionsto use.- Parameters:
callOptions- theCallOptionsto use- Returns:
- This
GrpcServiceClient.Builderfor fluent method chaining
-
build
Build an instance ofGrpcServiceClient.- Returns:
- an new instance of a
GrpcServiceClient
-