public interface VerticleContext extends ComponentContext<VerticleContext>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultiThreaded()
Returns a boolean indicating whether the verticle is a worker and is multi-threaded.
|
boolean |
isWorker()
Returns a boolean indicating whether the verticle is a worker verticle.
|
String |
main()
Returns the verticle main.
|
address, asModule, asVerticle, config, group, hooks, instance, instance, instances, isModule, isVerticle, name, network, numInstances, statusnotify, registerObserver, unregisterObserverString main()
boolean isWorker()
boolean isMultiThreaded()
false will be returned.Copyright © 2013-2014. All Rights Reserved.