Class IgnoreTerminateOutput
Output handler that does not terminate the stage upon cancellation.
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public sealed class IgnoreTerminateOutput : OutHandler, IOutHandler
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly IgnoreTerminateOutput Instance
Field Value
Type | Description |
---|---|
IgnoreTerminateOutput |
Methods
| Improve this Doc View SourceOnDownstreamFinish(Exception)
TBD
Declaration
public override void OnDownstreamFinish(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause |
Overrides
| Improve this Doc View SourceOnPull()
TBD
Declaration
public override void OnPull()