MCPcopy Create free account
hub / github.com/grpc/grpc-java / getDeadline

Method getDeadline

api/src/main/java/io/grpc/CallOptions.java:189–192  ·  view source on GitHub ↗

Returns the deadline or null if the deadline is not set.

()

Source from the content-addressed store, hash-verified

187 * Returns the deadline or {@code null} if the deadline is not set.
188 */
189 @Nullable
190 public Deadline getDeadline() {
191 return deadline;
192 }
193
194 /**
195 * Enables <a href="https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md">

Callers 2

mutationMethod · 0.95

Calls

no outgoing calls

Tested by 2

mutationMethod · 0.76