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

Method getSystemTicker

api/src/context/java/io/grpc/Deadline.java:54–56  ·  view source on GitHub ↗

Returns the ticker that's based on system clock. This is EXPERIMENTAL API and may subject to change. If you'd like it to be stabilized or have any feedback, please let us know . @since 1.24.0

()

Source from the content-addressed store, hash-verified

52 * @since 1.24.0
53 */
54 public static Ticker getSystemTicker() {
55 return SYSTEM_TICKER;
56 }
57
58 /**
59 * Create a deadline that will expire at the specified offset based on the {@link #getSystemTicker

Callers 3

ManagedChannelImplClass · 0.95
ServerImplBuilderClass · 0.95
newLoadBalancerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected