Click or drag to resize
Akka.NETStageStateTIn, TOutOnPush Method
TBD

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract ISyncDirective OnPush(
	TIn element,
	IContext<TOut> context
)

Parameters

element
Type: TIn
TBD
context
Type: Akka.Streams.StageIContextTOut
TBD

Return Value

Type: ISyncDirective
TBD
See Also