Uses of Class
io.helidon.grpc.client.GrpcServiceClient
-
Packages that use GrpcServiceClient Package Description io.helidon.grpc.client gRPC client API. -
-
Uses of GrpcServiceClient in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return GrpcServiceClient Modifier and Type Method Description GrpcServiceClientGrpcServiceClient.Builder. build()Build an instance ofGrpcServiceClient.static GrpcServiceClientGrpcServiceClient. create(io.grpc.Channel channel, ClientServiceDescriptor descriptor)Creates aGrpcServiceClient.
-