Represents a phase of saga step execution that can be intercepted.
The context type passed to saga steps
The result type produced by saga steps
The state type (use Unit for non-stateful executors)
Unit
The step has completed its forward action successfully.
The step is about to execute its forward action.
A compensation action has completed for this step.