Top Description Methods
io.netty.util.concurrent

public Interface RejectedExecutionHandler


Similar to java.util.concurrent.RejectedExecutionHandler but specific to SingleThreadEventExecutor.

Method Summary

Modifier and TypeMethod and Description
public void
rejected(Runnable task, SingleThreadEventExecutor executor)

Called when someone tried to add a task to SingleThreadEventExecutor but this failed due capacity restrictions.

Method Detail

rejectedback to summary
public void rejected(Runnable task, SingleThreadEventExecutor executor)

Called when someone tried to add a task to SingleThreadEventExecutor but this failed due capacity restrictions.