Header menu logo TDesu.FSharp

Saga.Step<'ctx> Type

A saga step: an action that can be compensated (rolled back).

Record fields

Record Field Description

Compensate

Full Usage: Compensate

Field type: 'ctx -> Task<unit>
Field type: 'ctx -> Task<unit>

Execute

Full Usage: Execute

Field type: 'ctx -> Task<'ctx>
Field type: 'ctx -> Task<'ctx>

Name

Full Usage: Name

Field type: string
Field type: string

Type something to start searching.