Skip to content

Namespace Cephalon.Behaviors.Patterns.Stores

InMemoryProcessCheckpointStore

An in-memory implementation of backed by a . Suitable for development and testing; replace with a durable store for production use.

InMemorySagaStateStore

An in-memory implementation of backed by a with JSON serialization. Suitable for development and testing; replace with a durable store for production use.