Class ConditionalTerminateInput
Input 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 ConditionalTerminateInput : InHandler, IInHandler
Constructors
| Improve this Doc View SourceConditionalTerminateInput(Func<Boolean>)
TBD
Declaration
public ConditionalTerminateInput(Func<bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
Func<Boolean> | predicate | TBD |
Methods
| Improve this Doc View SourceOnPush()
TBD
Declaration
public override void OnPush()
Overrides
| Improve this Doc View SourceOnUpstreamFinish()
TBD
Declaration
public override void OnUpstreamFinish()