public interface RejectedExecutionHandler
RejectedExecutionHandler but specific to SingleThreadEventExecutor.| Modifier and Type | Method and Description |
|---|---|
void |
rejected(java.lang.Runnable task,
SingleThreadEventExecutor executor)
Called when someone tried to add a task to
SingleThreadEventExecutor but this failed due capacity
restrictions. |
void rejected(java.lang.Runnable task,
SingleThreadEventExecutor executor)
SingleThreadEventExecutor but this failed due capacity
restrictions.Copyright © 2008–2018 The Netty Project. All rights reserved.