Class GraphStageLogic.LambdaInHandler
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
protected sealed class LambdaInHandler : InHandler, IInHandler
Constructors
| Improve this Doc View SourceLambdaInHandler(Action, Action, Action<Exception>)
TBD
Declaration
public LambdaInHandler(Action onPush, Action onUpstreamFinish = null, Action<Exception> onUpstreamFailure = null)
Parameters
Type | Name | Description |
---|---|---|
Action | onPush | TBD |
Action | onUpstreamFinish | TBD |
Action<Exception> | onUpstreamFailure | TBD |
Methods
| Improve this Doc View SourceOnPush()
TBD
Declaration
public override void OnPush()
Overrides
| Improve this Doc View SourceOnUpstreamFailure(Exception)
TBD
Declaration
public override void OnUpstreamFailure(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
Overrides
| Improve this Doc View SourceOnUpstreamFinish()
TBD
Declaration
public override void OnUpstreamFinish()