| This event indicates that a sink was clogged when trying to process
the given element. A sink is considered clogged if it is full (that is,
its length threshold has been reached), or some other condition is
preventing the given element from being serviced.
As opposed to SinkFullException, which is thrown immediately
if attempting to enqueue onto a full sink, SinkCloggedEvent is
pushed to an application if a sink becomes full asynchronously,
or if some other condition caused the sink to become clogged.
See Also: SinkFullException author: Matt Welsh |