Class GraphStageLogic.LambdaOutHandler
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
protected sealed class LambdaOutHandler : OutHandler, IOutHandler
Constructors
| Improve this Doc View SourceLambdaOutHandler(Action, Action<Exception>)
TBD
Declaration
public LambdaOutHandler(Action onPull, Action<Exception> onDownstreamFinish = null)
Parameters
Type | Name | Description |
---|---|---|
Action | onPull | TBD |
Action<Exception> | onDownstreamFinish | 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()