interface MailService : MailClient
Author
Tim Fox
abstract fun close(): Unit |
|
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 |
|
abstract fun sendMail(email: MailMessage, resultHandler: Handler<AsyncResult<MailResult>>): MailService |
open class MailServiceVertxEBProxy : MailService |