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
| Edit this page View SourceInstance
TBD
Declaration
public static readonly IgnoreTerminateOutput Instance
Field Value
| Type | Description |
|---|---|
| IgnoreTerminateOutput |
Methods
| Edit this page View SourceOnDownstreamFinish(Exception)
TBD
Declaration
public override void OnDownstreamFinish(Exception cause)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | cause |
Overrides
| Edit this page View SourceOnPull()
TBD
Declaration
public override void OnPull()
Edit this page