- java.lang.Object
-
- io.helidon.grpc.client.GrpcServiceClient.Builder
-
- Enclosing class:
- GrpcServiceClient
public static class GrpcServiceClient.Builder extends Object
Builder to build an instance ofGrpcServiceClient
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrpcServiceClient
build()
Build an instance ofGrpcServiceClient
.GrpcServiceClient.Builder
callOptions(io.grpc.CallOptions callOptions)
Set theCallOptions
to use.
-
-
-
Method Detail
-
callOptions
public GrpcServiceClient.Builder callOptions(io.grpc.CallOptions callOptions)
Set theCallOptions
to use.- Parameters:
callOptions
- theCallOptions
to use- Returns:
- This
GrpcServiceClient.Builder
for fluent method chaining
-
build
public GrpcServiceClient build()
Build an instance ofGrpcServiceClient
.- Returns:
- an new instance of a
GrpcServiceClient
-
-