public class EventLoopContext extends ContextImpl
config, contextThread, deploymentID, orderedInternalPoolExec
Constructor and Description |
---|
EventLoopContext(VertxInternal vertx,
Executor bgExec,
String deploymentID,
JsonObject config,
ClassLoader tccl) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkCorrectThread() |
Map<String,Object> |
contextData() |
void |
executeAsync(Handler<Void> task) |
boolean |
isEventLoopContext() |
boolean |
isMultiThreaded() |
addCloseHook, close, config, deploymentID, executeBlocking, executeBlocking, executeBlocking, executeEnd, executeStart, executeSync, get, getDeployment, getEventLoop, isWorker, processArgs, put, remove, removeCloseHook, runCloseHooks, runOnContext, setContext, setDeployment, setTCCL, wrapTask
public EventLoopContext(VertxInternal vertx, Executor bgExec, String deploymentID, JsonObject config, ClassLoader tccl)
public void executeAsync(Handler<Void> task)
executeAsync
in class ContextImpl
public boolean isEventLoopContext()
isEventLoopContext
in interface Context
isEventLoopContext
in class ContextImpl
public boolean isMultiThreaded()
isMultiThreaded
in interface Context
isMultiThreaded
in class ContextImpl
protected void checkCorrectThread()
checkCorrectThread
in class ContextImpl
public Map<String,Object> contextData()
contextData
in class ContextImpl
Copyright © 2014. All Rights Reserved.