Create a ClientCall to the remote operation specified by the given MethodDescriptor. The returned ClientCall does not trigger any remote behavior until ClientCall#start(ClientCall.Listener, Metadata) is invoked. @param methodDescriptor describes the name and paramete
(
MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions)
| 44 | * @since 1.0.0 |
| 45 | */ |
| 46 | public abstract <RequestT, ResponseT> ClientCall<RequestT, ResponseT> newCall( |
| 47 | MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions); |
| 48 | |
| 49 | /** |
| 50 | * The authority of the destination this channel connects to. Typically this is in the format |
no outgoing calls