![]() | PersistentFSMBaseTState, TData, TEventStateTS, TD, TE Class |
Note: This API is now obsolete.
Namespace: Akka.Persistence.Fsm
[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
The PersistentFSMBaseTState, TData, TEventStateTS, TD, TE generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterTransitionHandler |
TBD
|
![]() | DomainEvents |
TBD
|
![]() | Notifies |
TBD
|
![]() | Replies |
TBD
|
![]() | StateData |
TBD
|
![]() | StateName |
TBD
|
![]() | StopReason |
TBD
|
![]() | Timeout |
TBD
|
Name | Description | |
---|---|---|
![]() | AndThen |
Register a handler to be triggered after the state has been persisted successfully
|
![]() | Applying(TEvent) |
Specify domain event to be applied when transitioning to the new state.
|
![]() | Applying(ILinearSeqTEvent) |
TBD
|
![]() | Copy |
TBD
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | ForMax |
TBD
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Replying |
TBD
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Using |
Modify state transition descriptor with new state data. The data will be set
when transitioning to the new state.
|
Name | Description | |
---|---|---|
![]() ![]() | (PersistentFSMBaseTState, TData, TEventState to PersistentFSMBaseTState, TData, TEventStateUTT, UTT, UTT) |
Converts original object to wrapper
|
![]() ![]() | (PersistentFSMBaseTState, TData, TEventStateUTT, UTT, UTT to PersistentFSMBaseTState, TData, TEventState) |
Converts original object to wrapper
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |