| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
clusteredVertx | shared void clusteredVertx(VertxOptions options, Anything(Throwable|Vertx) resultHandler)Creates a clustered instance using the specified options. The instance is created asynchronously and the resultHandler is called with the result when it is ready. Parameters:
|
currentContext | shared Context? currentContext()Gets the current context |
vertx | shared Vertx vertx()Creates a non clustered instance using default options. |
vertx | shared Vertx vertx(VertxOptions options)Creates a non clustered instance using the specified options Parameters:
|
| Inherited Methods |
Methods inherited from: Objectequals |