public interface Context
Represents the execution context of a Verticle.
Modifier and Type | Method and Description |
---|---|
JsonObject |
config() |
String |
deploymentID() |
<T> T |
get(String key) |
boolean |
isEventLoopContext() |
boolean |
isMultiThreaded() |
boolean |
isWorker() |
List<String> |
processArgs() |
void |
put(String key,
Object value) |
boolean |
remove(String key) |
void |
runOnContext(Handler<Void> action) |
String deploymentID()
JsonObject config()
boolean isEventLoopContext()
boolean isWorker()
boolean isMultiThreaded()
<T> T get(String key)
boolean remove(String key)
Copyright © 2014. All Rights Reserved.