RejectedExecutionHandler Type — netty Architecture
Architecture documentation for the RejectedExecutionHandler type/interface in RejectedExecutionHandler.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9db99d0b_b2b9_72b8_004c_4f48b466836b["RejectedExecutionHandler"] e2b5f3a9_1d29_0850_227c_f393c0746abc["RejectedExecutionHandler.java"] 9db99d0b_b2b9_72b8_004c_4f48b466836b -->|defined in| e2b5f3a9_1d29_0850_227c_f393c0746abc style 9db99d0b_b2b9_72b8_004c_4f48b466836b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/concurrent/RejectedExecutionHandler.java lines 21–28
public interface RejectedExecutionHandler {
/**
* Called when someone tried to add a task to {@link SingleThreadEventExecutor} but this failed due capacity
* restrictions.
*/
void rejected(Runnable task, SingleThreadEventExecutor executor);
}
Source
Frequently Asked Questions
What is the RejectedExecutionHandler type?
RejectedExecutionHandler is a type/interface in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/RejectedExecutionHandler.java.
Where is RejectedExecutionHandler defined?
RejectedExecutionHandler is defined in common/src/main/java/io/netty/util/concurrent/RejectedExecutionHandler.java at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free