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
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly TotallyIgnorantInput Instance
Field Value
Type | Description |
---|---|
TotallyIgnorantInput |
Methods
| Improve this Doc View SourceOnPush()
TBD
Declaration
public override void OnPush()
Overrides
| Improve this Doc View SourceOnUpstreamFailure(Exception)
TBD
Declaration
public override void OnUpstreamFailure(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
Overrides
| Improve this Doc View SourceOnUpstreamFinish()
TBD
Declaration
public override void OnUpstreamFinish()