PushStageTIn, TOutOnPull Method |
Name | Description | |
---|---|---|
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 (Inherited from AbstractStageTIn, TOut, TPushDirective, TPullDirective, TContext.) | |
OnPull(IContextTOut) |
Always pulls from upstream.
(Overrides AbstractStageTIn, TOut, TPushDirective, TPullDirective, TContextOnPull(TContext).) |