open class MailServiceVertxProxyHandler : ProxyHandler
MailServiceVertxProxyHandler(vertx: Vertx, service: MailService)MailServiceVertxProxyHandler(vertx: Vertx, service: MailService, timeoutInSecond: Long)MailServiceVertxProxyHandler(vertx: Vertx, service: MailService, topLevel: Boolean, timeoutSeconds: Long) |
static val DEFAULT_CONNECTION_TIMEOUT: Long |
open fun close(): Unit |
|
open fun handle(msg: Message<JsonObject>): Unit |