Skip navigation links
A C G I L P S V 

A

asBoolean(AsyncResult) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Coerces an AsyncResult as a boolean value according to Groovy-Truth.
asType(Map, Class) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Convert a JSON like map data structure to a Vert.x data object or a JsonObject.

C

close() - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 

G

getAt(JsonObject, String) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonObject, the read part.
getAt(JsonArray, int) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonArray, the read part.
GroovyVerticleFactory - Class in io.vertx.lang.groovy
Placeholder
GroovyVerticleFactory() - Constructor for class io.vertx.lang.groovy.GroovyVerticleFactory
 

I

init(Vertx) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
io.vertx.lang.groovy - package io.vertx.lang.groovy
 

L

leftShift(JsonArray, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
<< operator for JsonObject.

P

prefix() - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
putAt(JsonObject, String, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonObject, the write part.

S

ScriptVerticle - Class in io.vertx.lang.groovy
A Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts.
ScriptVerticle(Script) - Constructor for class io.vertx.lang.groovy.ScriptVerticle
 
start(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
Start the verticle instance.
stop(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
Stop the verticle instance.

V

VertxExtensionModule - Class in io.vertx.lang.groovy
Extension module for integrating Vert.x common types with Groovy.
VertxExtensionModule() - Constructor for class io.vertx.lang.groovy.VertxExtensionModule
 
A C G I L P S V 
Skip navigation links

Copyright © 2023 Eclipse. All rights reserved.