Trait nakadion::BatchHandler [] [src]

pub trait BatchHandler {
    fn handle(
        &mut self,
        event_type: EventType,
        events: &[u8]
    ) -> ProcessingStatus; }

Required Methods

Handle the events.

Calling this method may never panic!

Implementors