public class GrpcChannelProxy
extends io.grpc.Channel
| Constructor and Description |
|---|
GrpcChannelProxy(GrpcClient anno) |
| Modifier and Type | Method and Description |
|---|---|
String |
authority() |
<RequestT,ResponseT> |
newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions) |
public GrpcChannelProxy(GrpcClient anno)
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor,
io.grpc.CallOptions callOptions)
newCall in class io.grpc.Channelpublic String authority()
authority in class io.grpc.ChannelCopyright © 2025. All rights reserved.