mirror of https://github.com/grpc/grpc-java.git
- Pass CallOptions to Channel.newCall() and ClientInterceptor.interceptCall(). - Remove timeout from AbstractStub.StubConfigBuilder and add deadline, which is stored in a CallOptions inside the stub. - Deadline is in nanoseconds in the clock defined by System.nanoTime(). It is converted to timeout before transmitting on the wire. Fail the call with DEADLINE_EXCEEDED if it's already expired. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||