 | AbstractStageTIn, TOut, TPushDirective, TPullDirective, TContext, TLifecycleContextOnPull Method (TContext) |
This method is called when there is demand from downstream, i.e. you are allowed to push one element
downstreams with
Push(Object), or request elements from upstreams with
Pull
Namespace: Akka.Streams.StageAssembly: Akka.Streams (in Akka.Streams.dll) Version: 1.1.1.25 (1.1.1.25)
Syntaxpublic abstract TPullDirective OnPull(
TContext context
)
abstract OnPull :
context : 'TContext -> 'TPullDirective
Parameters
- context
- Type: TContext
[Missing <param name="context"/> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnPull(`4)"]
Return Value
Type:
TPullDirective[Missing <returns> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnPull(`4)"]
See Also