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
| Improve this Doc View SourceConditionalTerminateOutput(Func<Boolean>)
TBD
Declaration
public ConditionalTerminateOutput(Func<bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
Func<Boolean> | predicate | TBD |
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()