Header menu logo FCQRS

SagaDefinition Type

C#-friendly class for defining saga starters (uses class for C# object initializer syntax)

Constructors

Constructor Description

SagaDefinition()

Full Usage: SagaDefinition()

Returns: SagaDefinition
Returns: SagaDefinition

Instance members

Instance member Description

this.Factory

Full Usage: this.Factory

Factory function to create entity reference from entity ID

this.PrefixConversion

Full Usage: this.PrefixConversion

How to derive saga entity ID from source entity ID

this.StartingEvent

Full Usage: this.StartingEvent

The event to send to start the saga

Type something to start searching.