Click or drag to resize
Akka.NETAbstractStageTIn, TOutRestart Method
Used to create a fresh instance of the stage after an error resulting in a Restart directive. By default it will return the same instance untouched, so you must override it if there are any state that should be cleared before restarting, e.g. by returning a new instance.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual IStage<TIn, TOut> Restart()

Return Value

Type: IStageTIn, TOut
TBD
See Also