Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventStateTS, TD, TE Class

Note: This API is now obsolete.

This captures all of the managed state of the PersistentFSMTState, TData, TEvent: the state name, the state data, possibly custom timeout, stop reason, and replies accumulated while processing the last message.
Inheritance Hierarchy
SystemObject
  Akka.Persistence.FsmPersistentFSMBaseTState, TData, TEventStateTS, TD, TE

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("This was left for backward compatibility. Use type parameterless class instead. Can be removed in future releases.")]
public class State<TS, TD, TE>
where TS : TState
where TD : TData
where TE : TEvent

Type Parameters

TS
TBD
TD
TBD
TE
TBD

The PersistentFSMBaseTState, TData, TEventStateTS, TD, TE generic type exposes the following members.

Constructors
  NameDescription
Public methodPersistentFSMBaseTState, TData, TEventStateTS, TD, TE(PersistentFSMBaseTState, TData, TEventState)
TBD
Public methodPersistentFSMBaseTState, TData, TEventStateTS, TD, TE(TState, TData, NullableTimeSpan, FSMBaseReason, ListObject, ILinearSeqTEvent, ActionTData)
TBD
Top
Properties
  NameDescription
Public propertyAfterTransitionHandler
TBD
Public propertyDomainEvents
TBD
Public propertyNotifies
TBD
Public propertyReplies
TBD
Public propertyStateData
TBD
Public propertyStateName
TBD
Public propertyStopReason
TBD
Public propertyTimeout
TBD
Top
Methods
  NameDescription
Public methodAndThen
Register a handler to be triggered after the state has been persisted successfully
Public methodApplying(TEvent)
Specify domain event to be applied when transitioning to the new state.
Public methodApplying(ILinearSeqTEvent)
TBD
Public methodCopy
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForMax
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReplying
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUsing
Modify state transition descriptor with new state data. The data will be set when transitioning to the new state.
Top
Operators
  NameDescription
Public operatorStatic member(PersistentFSMBaseTState, TData, TEventState to PersistentFSMBaseTState, TData, TEventStateUTT, UTT, UTT)
Converts original object to wrapper
Public operatorStatic member(PersistentFSMBaseTState, TData, TEventStateUTT, UTT, UTT to PersistentFSMBaseTState, TData, TEventState)
Converts original object to wrapper
Top
Extension Methods
See Also