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.BuilderGrpcServiceClient. builder(io.grpc.Channel channel, ClientServiceDescriptor descriptor)Creates aGrpcServiceClient.Builder.GrpcServiceClient.BuilderGrpcServiceClient.Builder. callOptions(io.grpc.CallOptions callOptions)Set theCallOptionsto use.
-