IPersistentStateFactory Interface

Definition

Factory for constructing IPersistentState<TState> instances for a grain.

public interface IPersistentStateFactory
type IPersistentStateFactory = interface
Public Interface IPersistentStateFactory
Derived

Methods

Create<TState>(IGrainActivationContext, IPersistentStateConfiguration)
Create<TState>(IGrainContext, IPersistentStateConfiguration)

Creates a persistent state instance for the provided grain.

Applies to