public class EventLoopContext extends DefaultContext
orderedBgExec, vertx| Constructor and Description |
|---|
EventLoopContext(VertxInternal vertx,
java.util.concurrent.Executor bgExec) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable task) |
boolean |
isOnCorrectWorker(io.netty.channel.EventLoop worker) |
addCloseHook, close, execute, executeOnOrderedWorkerExec, getDeploymentHandle, getEventLoop, getPathResolver, removeCloseHook, reportException, runCloseHooks, runOnContext, setDeploymentHandle, setPathResolver, setTCCL, wrapTaskpublic EventLoopContext(VertxInternal vertx, java.util.concurrent.Executor bgExec)
public void execute(java.lang.Runnable task)
execute in class DefaultContextpublic boolean isOnCorrectWorker(io.netty.channel.EventLoop worker)
isOnCorrectWorker in class DefaultContext