MyClientCall<Q, R> constructor

MyClientCall<Q, R>(
  1. ClientMethod<Q, R> method,
  2. Stream<Q> requests,
  3. CallOptions options
)

Implementation

MyClientCall(super.method, super.requests, super.options) : super();