Click or drag to resize
Akka.NETGraphStageLogic.SetHandler Method (Inlet, Action, Action, Action<Exception>)

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

Parameters

inlet
Type: Akka.Streams.Inlet
TBD
onPush
Type: System.Action
TBD
onUpstreamFinish (Optional)
Type: System.Action
TBD
onUpstreamFailure (Optional)
Type: System.Action<Exception>
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified [!:onPush] is undefined.
See Also