createCall<Q, R> abstract method
ClientCall<Q, R>
createCall<Q, R>(
- ClientMethod<
Q, R> method, - Stream<
Q> requests, - CallOptions options
Initiates a new RPC on this connection.
Implementation
ClientCall<Q, R> createCall<Q, R>(
ClientMethod<Q, R> method, Stream<Q> requests, CallOptions options);