vertx / io.vertx.ext.mail / MailService

MailService

interface MailService : MailClient

Author
Tim Fox

Functions

close

abstract fun close(): Unit

createEventBusProxy

open static fun createEventBusProxy(vertx: Vertx, address: String): MailService

create a proxy of MailService that delegates to the mail service running somewhere else via the event bus

sendMail

abstract fun sendMail(email: MailMessage, resultHandler: Handler<AsyncResult<MailResult>>): MailService

Inheritors

MailServiceVertxEBProxy

open class MailServiceVertxEBProxy : MailService