Class EagerTerminateInput
Input handler that terminates the stage upon receiving completion. The stage fails upon receiving a failure.
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public sealed class EagerTerminateInput : InHandler, IInHandler
  Fields
| Edit this page View SourceInstance
TBD
Declaration
public static readonly EagerTerminateInput Instance
  Field Value
| Type | Description | 
|---|---|
| EagerTerminateInput | 
Methods
| Edit this page View SourceOnPush()
TBD
Declaration
public override void OnPush()
  
Edit this page