Class TotallyIgnorantInput
Input handler that does not terminate the stage upon receiving completion nor failure.
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public sealed class TotallyIgnorantInput : InHandler, IInHandler
Fields
| Edit this page View SourceInstance
TBD
Declaration
public static readonly TotallyIgnorantInput Instance
Field Value
| Type | Description |
|---|---|
| TotallyIgnorantInput |
Methods
| Edit this page View SourceOnPush()
TBD
Declaration
public override void OnPush()
Overrides
| Edit this page View SourceOnUpstreamFailure(Exception)
TBD
Declaration
public override void OnUpstreamFailure(Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | e | TBD |
Overrides
| Edit this page View SourceOnUpstreamFinish()
TBD
Declaration
public override void OnUpstreamFinish()
Edit this page