Skip to main content

Module effect

Module effect 

Source
Expand description

Effect execution types for workflow side effects.

This module provides the core types for executing effects produced by workflows:

Structs§

EffectContext
Context provided to effect handlers during execution.
RetryPolicy
Configuration for effect retry behavior with exponential backoff.

Traits§

EffectHandler
Handler for executing workflow effects.