Struct lapin_futures_tls_api::lapin::client::HeartbeatHandle
pub struct HeartbeatHandle(_);Expand description
A handle to stop a connection heartbeat.
Implementations§
§impl HeartbeatHandle
impl HeartbeatHandle
pub fn stop(self)
pub fn stop(self)
Signals the heartbeat task to stop sending packets to the broker.