Trait fluvio::dataplane::record::ProducerBatchHeader

source ·
pub trait ProducerBatchHeader {
    // Required methods
    fn set_first_timestamp(&mut self, timestamp: i64);
    fn set_max_time_stamp(&mut self, timestamp: i64);
}
Expand description

used for modifying timestamp as producer

Required Methods§

source

fn set_first_timestamp(&mut self, timestamp: i64)

source

fn set_max_time_stamp(&mut self, timestamp: i64)

Implementors§