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 GrpcServiceClient
GrpcServiceClient.Builder. build()
Build an instance ofGrpcServiceClient
.static GrpcServiceClient
GrpcServiceClient. create(io.grpc.Channel channel, ClientServiceDescriptor descriptor)
Creates aGrpcServiceClient
.
-