| StatefulStageTIn, TOutInitial Property |
Concrete subclass must return the initial behavior from this method.
**Warning:** This method must not be implemented as `val`.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract StageState<TIn, TOut> Initial { get; }
abstract Initial : StageState<'TIn, 'TOut> with get
Property Value
Type:
StageStateTIn,
TOutSee Also