| AbstractStageTIn, 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.129 (1.2.3.129)
Syntax public virtual IStage<TIn, TOut> Restart()
abstract Restart : unit -> IStage<'TIn, 'TOut>
override Restart : unit -> IStage<'TIn, 'TOut>
Return Value
Type:
IStageTIn,
TOutTBD
See Also