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