Expand description
Typed activity registration and failure classification.
Activity trait, ActivityFailure, and typed registration.
Structs§
- Activity
Failure - Handler-returned failure with explicit retryability classification.
- Activity
Registry - Registry of typed activity handlers keyed by activity-type name.
- Duplicate
Activity Type - Error returned when an activity type is registered more than once.
Enums§
- Classification
- Explicit retryability classification for an activity failure.
Functions§
- decode_
payload - Decodes a payload into a typed value using the payload content-type tag.
- encode_
payload - Encodes a typed value into the baseline JSON payload codec.
Type Aliases§
- Handler
Future - Boxed future returned by a typed activity handler.
- Typed
Activity Dispatcher - Backwards-compatible name for the typed activity registry used by the runtime.