-
public interface RejectedExecutionHandlerSimilar toRejectedExecutionHandlerbut specific toSingleThreadEventExecutor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrejected(Runnable task, SingleThreadEventExecutor executor)Called when someone tried to add a task toSingleThreadEventExecutorbut this failed due capacity restrictions.
-
-
-
Method Detail
-
rejected
void rejected(Runnable task, SingleThreadEventExecutor executor)
Called when someone tried to add a task toSingleThreadEventExecutorbut this failed due capacity restrictions.
-
-