Click or drag to resize
Akka.NETStatefulStageTIn, TOut Properties

The StatefulStageTIn, TOut generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Current state.
Public propertyInitial
Concrete subclass must return the initial behavior from this method. **Warning:** This method must not be implemented as `val`.
Protected propertyIsDetached
TBD
(Inherited from AbstractStageTIn, TOut.)
Top
See Also