StatefulSagaBuilder

constructor(initialState: S)

Parameters

C

The type of context passed to saga steps

R

The type of result produced by saga steps

S

The type of shared saga state (must be non-null)