Click or drag to resize
InternalSupportsTestFSMRefTState, TData Interface
INTERNAL API. Used for testing. This is used to let TestFSMRef in TestKit access to internal methods.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface InternalSupportsTestFSMRef<TState, TData>

Type Parameters

TState

[Missing <typeparam name="TState"/> documentation for "T:Akka.Actor.Internal.InternalSupportsTestFSMRef`2"]

TData

[Missing <typeparam name="TData"/> documentation for "T:Akka.Actor.Internal.InternalSupportsTestFSMRef`2"]

The InternalSupportsTestFSMRefTState, TData type exposes the following members.

Methods
  NameDescription
Public methodApplyState
INTERNAL API. Used for testing.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Top
Properties
  NameDescription
Public propertyIsStateTimerActive
INTERNAL API. Used for testing.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Top
See Also