Package | Description |
---|---|
io.vertx.rxjava.ext.mail |
Modifier and Type | Method and Description |
---|---|
static MailService |
MailService.createEventBusProxy(Vertx vertx,
String address)
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
|
static MailService |
MailService.newInstance(MailService arg) |
MailService |
MailService.sendMail(MailMessage email,
Handler<AsyncResult<MailResult>> resultHandler) |
Copyright © 2016. All rights reserved.