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 ExecutorRejectedExecutionExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.