open class JRubyVerticleFactory : VerticleFactory
Author
Tim Fox
JRubyVerticleFactory() |
open fun blockingCreate(): Boolean |
|
open fun createVerticle(verticleName: String, classLoader: ClassLoader): Verticle |
|
open fun init(vertx: Vertx): Unit |
|
open fun prefix(): String |
|
open static fun requireCallback(runnable: Runnable): Unit |