![]() | AbstractStage<TIn, TOut, TPushDirective, TPullDirective, TContext>.OnPull Method |
Name | Description | |
---|---|---|
![]() | OnPull(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() |
![]() | OnPull(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).) |