Trait rusteron_archive::AeronCloseClientCallback

source ·
pub trait AeronCloseClientCallback {
    // Required method
    fn handle_aeron_on_close_client(&mut self);
}
Expand description

Function called by aeron_client_t to deliver notifications that the client is closing.

@param clientd to be returned in the call.

Required Methods§

Implementors§