Structs§
- Compensation
Auto Trigger - Controls whether compensation hooks should run automatically on
Fault. - Compensation
Context - Runtime context delivered to compensation hooks.
- Compensation
Handle - Bus-insertable compensation hook handle used by runtime execution hooks.
- Compensation
Idempotency Handle - Bus-insertable idempotency handle for compensation hooks.
- Compensation
Retry Policy - Retry policy for compensation hook execution.
- InMemory
Compensation Idempotency Store - In-memory idempotency store for compensation deduplication.
- InMemory
Persistence Store - In-memory reference adapter for local testing and contract validation.
- Intervention
- Manual intervention command for a trace.
- Persisted
Trace - Stored trace state returned from
PersistenceStore::load. - Persistence
Auto Complete - Controls whether runtime execution should call
completeautomatically. - Persistence
Envelope - Minimal persisted envelope for Axon execution checkpoints.
- Persistence
Handle - Bus-insertable persistence handle used by runtime execution hooks.
- Persistence
Trace Id - Optional trace identifier override for persistence hooks.
- Resume
Cursor - Resume cursor returned from
PersistenceStore::resume.
Enums§
- Completion
State - Final completion state tracked for a persisted trace.
Traits§
- Compensation
Hook - Compensation hook contract for irreversible side effects.
- Compensation
Idempotency Store - Idempotency store contract for compensation execution deduplication.
- Persistence
Store - Persistence abstraction for long-running workflow crash recovery.