Click or drag to resize
Akka.NETAbstractStageTIn, TOut, TPushDirective, TPullDirective, TContextOnPull 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 AbstractStageTIn, TOutOnPull(IContext).)
Top
See Also