Completed

data class Completed<R>(val value: R) : StepOutcome<R>

Step completed successfully with result.

The saga will continue to the next step with this result.

Parameters

value

The result value from this step

Constructors

Link copied to clipboard
constructor(value: R)

Properties

Link copied to clipboard
val value: R