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