public class LimitedExecutor extends Object implements Executor
Constructor and Description |
---|
LimitedExecutor(Executor executor,
int concurrencyLimit) |
LimitedExecutor(Executor executor,
Thread.UncaughtExceptionHandler handler,
int concurrencyLimit) |
public LimitedExecutor(Executor executor, Thread.UncaughtExceptionHandler handler, int concurrencyLimit)
public LimitedExecutor(Executor executor, int concurrencyLimit)
public void execute(Runnable command) throws RejectedExecutionException
execute
in interface Executor
RejectedExecutionException
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.