Interface PersistentFSM.IFsmState
IFsmState interface, makes possible for simple default serialization by conversion to String
Namespace: Akka.Persistence.Fsm
Assembly: Akka.Persistence.dll
Syntax
public interface PersistentFSM.IFsmState
Properties
| Edit this page View SourceIdentifier
Declaration
string Identifier { get; }
Property Value
| Type | Description |
|---|---|
| string |
Edit this page