Click or drag to resize
Akka.NETGraphStageLogicSetHandler Method (Inlet, Action, Action, ActionException)

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void SetHandler(
	Inlet inlet,
	Action onPush,
	Action onUpstreamFinish = null,
	Action<Exception> onUpstreamFailure = null
)

Parameters

inlet
Type: Akka.StreamsInlet
TBD
onPush
Type: SystemAction
TBD
onUpstreamFinish (Optional)
Type: SystemAction
TBD
onUpstreamFailure (Optional)
Type: SystemActionException
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified [!:onPush] is undefined.
See Also