Class GraphStageLogic.LambdaInHandler
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
protected sealed class GraphStageLogic.LambdaInHandler : InHandler, IInHandler
Constructors
| Edit this page 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
| Edit this page View SourceOnPush()
TBD
Declaration
public override void OnPush()
Overrides
| Edit this page View SourceOnUpstreamFailure(Exception)
TBD
Declaration
public override void OnUpstreamFailure(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
Overrides
| Edit this page View SourceOnUpstreamFinish()
TBD
Declaration
public override void OnUpstreamFinish()