MyClientCall<Q, R> constructor
MyClientCall<Q, R> (
- ClientMethod<
Q, R> method, - Stream<
Q> requests, - CallOptions options
Implementation
MyClientCall(super.method, super.requests, super.options) : super();