Expand description
§Floxide Event
Event-driven node extensions for the Floxide framework.
This crate provides event-driven workflow capabilities through the EventDrivenNode trait and various event source implementations.
Structs§
- Channel
Event Source - A channel-based event source that receives events from a Tokio MPSC channel
- Event
Driven Node Adapter - Adapter to use an event-driven node in a standard workflow
- Event
Driven Workflow - A workflow that processes events using event-driven nodes
- Event
Processor - An event processor that applies a function to each event
- Nested
Event Driven Workflow - A nested event-driven workflow that can be used in a standard workflow
Traits§
- Event
Action Ext - Extension trait for action types in event-driven workflows
- Event
Driven Node - A node that waits for events and processes them as they arrive