open class JRubyVerticle : Verticle
Author
Julien Viet
JRubyVerticle(factory: JRubyVerticleFactory, holder: ContainerHolder, classLoader: ClassLoader, verticleName: String) |
open fun getVertx(): Vertx |
|
open fun init(vertx: Vertx, context: Context): Unit |
|
open fun start(startFuture: Future<Void>): Unit |
|
open fun stop(stopFuture: Future<Void>): Unit |