| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
| Modifier and Type | Method and Description |
|---|---|
static Deadline.Ticker |
Deadline.getSystemTicker()
Returns the ticker that's based on system clock.
|
| Modifier and Type | Method and Description |
|---|---|
static Deadline |
Deadline.after(long duration,
TimeUnit units,
Deadline.Ticker ticker)
Create a deadline that will expire at the specified offset based on the given
Deadline.Ticker. |
| Modifier and Type | Method and Description |
|---|---|
InProcessServerBuilder |
InProcessServerBuilder.deadlineTicker(Deadline.Ticker ticker)
Provides a custom deadline ticker that this server will use to create incoming
Deadlines. |