Struct fluvio_dataplane_protocol::smartstream::SmartStreamInput [−][src]
pub struct SmartStreamInput {
pub base_offset: Offset,
pub record_data: Vec<u8>,
pub params: SmartStreamExtraParams,
}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
params: SmartStreamExtraParamsImplementations
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
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