timeout property

Duration timeout
final

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;