createCall<Q, R> abstract method

ClientCall<Q, R> createCall<Q, R>(
  1. ClientMethod<Q, R> method,
  2. Stream<Q> requests,
  3. 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);