class

GRPC::KeepaliveParams

Inherits Reference < Object

KeepaliveParams controls transport-level keepalive behaviour.

Constructors

new(interval : Time::Span = 30.seconds, timeout : Time::Span = 10.seconds, permit_without_calls : Bool = false)
Source

Instance methods

interval
Source
interval=(interval : Time::Span)
Source
permit_without_calls=(permit_without_calls : Bool)
Source
permit_without_calls?
Source
timeout
Source
timeout=(timeout : Time::Span)
Source