Skip to main content

AeronLossGeneratorShouldDropFrameDetailedFuncCallback

Trait AeronLossGeneratorShouldDropFrameDetailedFuncCallback 

Source
pub trait AeronLossGeneratorShouldDropFrameDetailedFuncCallback {
    // Required method
    fn handle_aeron_loss_generator_should_drop_frame_detailed_func(
        &mut self,
        address: *const sockaddr_storage,
        buffer: *const u8,
        stream_id: i32,
        session_id: i32,
        term_id: i32,
        term_offset: i32,
        length: i32,
    ) -> bool;
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Source

fn handle_aeron_loss_generator_should_drop_frame_detailed_func( &mut self, address: *const sockaddr_storage, buffer: *const u8, stream_id: i32, session_id: i32, term_id: i32, term_offset: i32, length: i32, ) -> bool

Implementors§