Uses of Class
io.helidon.grpc.client.GrpcServiceClient.Builder
-
Packages that use GrpcServiceClient.Builder Package Description io.helidon.grpc.client gRPC client API. -
-
Uses of GrpcServiceClient.Builder in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return GrpcServiceClient.Builder Modifier and Type Method Description static GrpcServiceClient.Builder
GrpcServiceClient. builder(io.grpc.Channel channel, ClientServiceDescriptor descriptor)
Creates aGrpcServiceClient.Builder
.GrpcServiceClient.Builder
GrpcServiceClient.Builder. callOptions(io.grpc.CallOptions callOptions)
Set theCallOptions
to use.
-