timeout property
How long the connection should wait before shutting down after no response to a ping.
GRPC_ARG_KEEPALIVE_TIMEOUT_MS in the docs.
Implementation
final Duration timeout;
How long the connection should wait before shutting down after no response to a ping.
GRPC_ARG_KEEPALIVE_TIMEOUT_MS in the docs.
final Duration timeout;