Uses of Class
io.grpc.Deadline.Ticker
-
Packages that use Deadline.Ticker Package Description io.grpc The gRPC core public API. -
-
Uses of Deadline.Ticker in io.grpc
Methods in io.grpc that return Deadline.Ticker Modifier and Type Method Description static Deadline.TickerDeadline. getSystemTicker()Returns the ticker that's based on system clock.Methods in io.grpc with parameters of type Deadline.Ticker Modifier and Type Method Description static DeadlineDeadline. after(long duration, java.util.concurrent.TimeUnit units, Deadline.Ticker ticker)Create a deadline that will expire at the specified offset based on the givenDeadline.Ticker.
-