Click or drag to resize
Akka.NETOnCompletedTIn, TOutOnUpstreamFailure Method (Exception, IContextTOut)
TBD

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override ITerminationDirective OnUpstreamFailure(
	Exception cause,
	IContext<TOut> context
)

Parameters

cause
Type: SystemException
TBD
context
Type: Akka.Streams.StageIContextTOut
TBD

Return Value

Type: ITerminationDirective
TBD
See Also