vertx / io.vertx.lang.ruby / JRubyVerticle

JRubyVerticle

open class JRubyVerticle : Verticle

Author
Julien Viet

Constructors

<init>

JRubyVerticle(factory: JRubyVerticleFactory, holder: ContainerHolder, classLoader: ClassLoader, verticleName: String)

Functions

getVertx

open fun getVertx(): Vertx

init

open fun init(vertx: Vertx, context: Context): Unit

start

open fun start(startFuture: Future<Void>): Unit

stop

open fun stop(stopFuture: Future<Void>): Unit