CommandStage
Enumeration of command processing stages.
CommandStage defines the various stages a command goes through during processing, from being sent to the bus until all related processing (events, projections, sagas) is complete. Each stage has dependencies on previous stages.
See also
Entries
Properties
Functions
Checks if the given stage is a prerequisite for this stage.
Determines if notification should be sent for this stage.
Converts a CommandStage to a WaitingChainTail with optional function criteria. For stages that require function waiting, the provided function is used. For stages that don't require function waiting, an empty function is used.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.