Class ConditionalTerminateOutput
Output handler that terminates the state upon receiving completion if the given condition holds at that time.The stage fails upon receiving a failure.
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public class ConditionalTerminateOutput : OutHandler, IOutHandler
Constructors
| Edit this page View SourceConditionalTerminateOutput(Func<bool>)
TBD
Declaration
public ConditionalTerminateOutput(Func<bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
Func<bool> | predicate | TBD |
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()