RejectedExecutionHandler
s.
Modifier and Type | Field and Description |
---|---|
private static final RejectedExecutionHandler |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static RejectedExecutionHandler | |
public static RejectedExecutionHandler | reject()
Returns a |
REJECT | back to summary |
---|---|
private static final RejectedExecutionHandler REJECT |
RejectedExecutionHandlers | back to summary |
---|---|
private RejectedExecutionHandlers() |
backoff | back to summary |
---|---|
public static RejectedExecutionHandler backoff(final int retries, long backoffAmount, TimeUnit unit) Tries to backoff when the task can not be added due restrictions for an configured amount of time. This
is only done if the task was added from outside of the event loop which means
|
reject | back to summary |
---|---|
public static RejectedExecutionHandler reject() Returns a |