Struct fluvio_dataplane_protocol::smartmodule::SmartModuleInput [−][src]
pub struct SmartModuleInput {
pub base_offset: Offset,
pub record_data: Vec<u8>,
pub params: SmartModuleExtraParams,
pub join_record: Vec<u8>,
}Expand description
Common data that gets passed as input to every SmartModule WASM module
Fields
base_offset: OffsetThe base offset of this batch of records
record_data: Vec<u8>The records for the SmartModule to process
params: SmartModuleExtraParamsjoin_record: Vec<u8>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SmartModuleInput
impl Send for SmartModuleInput
impl Sync for SmartModuleInput
impl Unpin for SmartModuleInput
impl UnwindSafe for SmartModuleInput
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