Skip to main content

Crate floxide_event

Crate floxide_event 

Source
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§

ChannelEventSource
A channel-based event source that receives events from a Tokio MPSC channel
EventDrivenNodeAdapter
Adapter to use an event-driven node in a standard workflow
EventDrivenWorkflow
A workflow that processes events using event-driven nodes
EventProcessor
An event processor that applies a function to each event
NestedEventDrivenWorkflow
A nested event-driven workflow that can be used in a standard workflow

Traits§

EventActionExt
Extension trait for action types in event-driven workflows
EventDrivenNode
A node that waits for events and processes them as they arrive