Class BlockingRejectedExecutionHandler

  • All Implemented Interfaces:
    RejectedExecutionHandler

    public class BlockingRejectedExecutionHandler
    extends Object
    implements RejectedExecutionHandler
    A handler for rejected tasks that runs the task if the current thread is a blocking thread otherwise it rejects the task.
    Since:
    10.1
    Author:
    wburns