public interface DequeueInterceptor
void before(Source context)
dequeue method regardless of how many queue elements
are dequeued. context - The source from which the dequeue is performed.void after(Source context)
dequeue
method regardless of how many queue elements are dequeued. context - The source from which the dequeue is performed.