vertx / io.vertx.lang.groovy

Package io.vertx.lang.groovy

Types

GroovyDocGenerator

open class GroovyDocGenerator : DocGenerator

GroovyVerticleFactory

open class GroovyVerticleFactory : VerticleFactory

Placeholder

ScriptVerticle

open class ScriptVerticle : AbstractVerticle

A Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts. When the script defines a no arg accessible vertxStop method, this method will be invoked when the verticle stops. Before the script starts the following objects are bound in the script binding:

  • vertx: the io.vertx.core.Vertx object
  • deploymentID: the deploymentID of this Verticle
  • config: the Verticle config as a Map<String, Object>

VertxExtensionMethodBoostrap

open class VertxExtensionMethodBoostrap

VertxTransformation

open class VertxTransformation : ASTTransformation