vertx / io.vertx.reactivex.ext.mail / MailService / createEventBusProxy

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

Parameters

vertx - the Vertx instance the proxy will be run in

address - the eb address of the mail service running somewhere, default is "vertx.mail"

Return
MailService instance that can then be used to send multiple mails