public class GrpcClientChannel
extends io.grpc.Channel
GrpcClient
.Constructor and Description |
---|
GrpcClientChannel(GrpcClient client,
SocketAddress server) |
Modifier and Type | Method and Description |
---|---|
String |
authority() |
<RequestT,ResponseT> |
newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions) |
public GrpcClientChannel(GrpcClient client, SocketAddress server)
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor, io.grpc.CallOptions callOptions)
newCall
in class io.grpc.Channel
public String authority()
authority
in class io.grpc.Channel
Copyright © 2023 Eclipse. All rights reserved.