Struct fluvio_dataplane_protocol::smartstream::SmartStreamInput [−][src]
Expand description
Common data that gets passed as input to every SmartStream WASM module
Fields
base_offset: OffsetThe base offset of this batch of records
record_data: Vec<u8>The records for the SmartStream to process
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SmartStreamInput
impl Send for SmartStreamInput
impl Sync for SmartStreamInput
impl Unpin for SmartStreamInput
impl UnwindSafe for SmartStreamInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more