Click or drag to resize
Akka.NETGraphStageLogicLambdaInHandler Constructor
TBD

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LambdaInHandler(
	Action onPush,
	Action onUpstreamFinish = null,
	Action<Exception> onUpstreamFailure = null
)

Parameters

onPush
Type: SystemAction
TBD
onUpstreamFinish (Optional)
Type: SystemAction
TBD
onUpstreamFailure (Optional)
Type: SystemActionException
TBD
See Also