Expand description
Durable operation types for testing.
This module provides the DurableOperation struct which wraps SDK operations
and provides type-specific inspection methods and callback interaction capabilities.
Structs§
- Callback
Details - Details for a callback operation.
- Context
Details - Details for a context operation.
- Durable
Operation - A durable operation with inspection and interaction methods.
- Invoke
Details - Details for an invoke operation.
- Step
Details - Details for a step operation.
- Wait
Details - Details for a wait operation.
Traits§
- Callback
Sender - Trait for sending callback responses.