Click or drag to resize
Akka.NETGraphStageLogicEagerTerminateInput Field
Input handler that terminates the stage upon receiving completion. The stage fails upon receiving a failure.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static readonly InHandler EagerTerminateInput

Field Value

Type: InHandler
See Also