Expand description
Generic versioned registry for orchestrations and activities
This module provides a unified Registry<H> type that can store both orchestration
and activity handlers with version support. Activities are always registered at
version 1.0.0 with Latest policy (hardcoded), while orchestrations support
explicit versioning and policies.
Structs§
- Registry
- Generic versioned registry
- Registry
Builder - Generic registry builder