Trait nakadion::BatchHandler [] [src]

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

Required Methods

Handle the events.

Calling this method may never panic!

Implementors