as Flow
Extension function to convert a SagaExecutor to a FlowBasedSagaExecutor.
Example:
val flowExecutor = sagaExecutor<Ctx, Result> {
// ... steps
}.asFlow()Content copied to clipboard
Extension function to convert a SagaExecutor to a FlowBasedSagaExecutor.
Example:
val flowExecutor = sagaExecutor<Ctx, Result> {
// ... steps
}.asFlow()