public final class RejectedExecutionHandlers extends Object
RejectedExecutionHandlers.
Reference from netty project.| Modifier and Type | Method and Description |
|---|---|
static RejectedExecutionHandler |
reject()
Returns a
RejectedExecutionHandler that will always just throw
a RejectedExecutionException. |
public static RejectedExecutionHandler reject()
RejectedExecutionHandler that will always just throw
a RejectedExecutionException.Copyright © 2024. All rights reserved.