| GraphStageLogicLambdaInHandler Constructor |
TBD
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LambdaInHandler(
Action onPush,
Action onUpstreamFinish = null,
Action<Exception> onUpstreamFailure = null
)
new :
onPush : Action *
?onUpstreamFinish : Action *
?onUpstreamFailure : Action<Exception>
(* Defaults:
let _onUpstreamFinish = defaultArg onUpstreamFinish null
let _onUpstreamFailure = defaultArg onUpstreamFailure null
*)
-> LambdaInHandler
Parameters
- onPush
- Type: SystemAction
TBD - onUpstreamFinish (Optional)
- Type: SystemAction
TBD - onUpstreamFailure (Optional)
- Type: SystemActionException
TBD
See Also