java.lang.Object
io.grpc.Channel
io.helidon.webclient.grpc.GrpcChannel
public class GrpcChannel
extends io.grpc.Channel
Helidon's implementation of a gRPC
Channel.-
Method Summary
Modifier and TypeMethodDescriptionUnderlying gRPC Client for this channel.<ReqT,ResT>
io.grpc.ClientCall<ReqT, ResT> newCall(io.grpc.MethodDescriptor<ReqT, ResT> methodDescriptor, io.grpc.CallOptions callOptions)
-
Method Details
-
grpcClient
Underlying gRPC Client for this channel.- Returns:
- the gRPC client
-
newCall
public <ReqT,ResT> io.grpc.ClientCall<ReqT,ResT> newCall(io.grpc.MethodDescriptor<ReqT, ResT> methodDescriptor, io.grpc.CallOptions callOptions) - Specified by:
newCallin classio.grpc.Channel
-
authority
- Specified by:
authorityin classio.grpc.Channel
-