vertx / io.vertx.ext.mail / MailServiceVertxProxyHandler

MailServiceVertxProxyHandler

open class MailServiceVertxProxyHandler : ProxyHandler

Constructors

<init>

MailServiceVertxProxyHandler(vertx: Vertx, service: MailService)
MailServiceVertxProxyHandler(vertx: Vertx, service: MailService, timeoutInSecond: Long)
MailServiceVertxProxyHandler(vertx: Vertx, service: MailService, topLevel: Boolean, timeoutSeconds: Long)

Properties

DEFAULT_CONNECTION_TIMEOUT

static val DEFAULT_CONNECTION_TIMEOUT: Long

Functions

close

open fun close(): Unit

handle

open fun handle(msg: Message<JsonObject>): Unit