Saga manager - Stateless process orchestrator.
It is reacting on Action Results of type AR and produces new actions A based on them.
AR
A
Иван Дугалић / Ivan Dugalic /
Action Result of type AR
Action of type A that are going to be published downstream
Action Result metadata
Action metadata
A saga component of type ISaga<AR, A>
ISaga
Interface for Action publishing
Protected
Readonly
Handles the action result with metadata of type AR & ARM
AR & ARM
Action Result represent the outcome of some action you want to handle in some way
list of Actions with Metadata of type A & AM
A & AM
Generated using TypeDoc
Saga manager - Stateless process orchestrator.
It is reacting on Action Results of type
AR
and produces new actionsA
based on them.Author
Иван Дугалић / Ivan Dugalic /
Idugalic