Expand description
Effect execution types for workflow side effects.
This module provides the core types for executing effects produced by workflows:
EffectHandler— Trait for per-workflow effect executionEffectContext— Metadata for correlation and idempotencyRetryPolicy— Configuration for exponential backoff
Structs§
- Effect
Context - Context provided to effect handlers during execution.
- Retry
Policy - Configuration for effect retry behavior with exponential backoff.
Traits§
- Effect
Handler - Handler for executing workflow effects.