Click or drag to resize
Akka.NETAbstractStage<TIn, TOut, TPushDirective, TPullDirective, TContext>.OnPull Method
Overload List
  NameDescription
Public methodOnPull(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()
Public methodOnPull(IContext)
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()
(Overrides AbstractStage<TIn, TOut>.OnPull(IContext).)
Top
See Also