This method will update the internal state of this object and depending on that state could cause the pipeline to exit flow control mode which will in turn cause the {@link FlowController#endFlowControl}method of all the registered {@link FlowController}s to be invoked.
If this does cause the pipeline to exit flow control mode then the event must be forwarded so this method will return true.
@return True if the event must be forwarded in order to maintain wellformed set of events and false if it should be ignored. @throws IllegalStateException If this is called while not in flow controlmode.
|
|
|
|