Package | Description |
---|---|
io.vertx.reactivex.ext.mail |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MailService> |
MailService.__TYPE_ARG |
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(io.vertx.ext.mail.MailService arg) |
MailService |
MailService.sendMail(io.vertx.ext.mail.MailMessage email,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mail.MailResult>> resultHandler) |
Copyright © 2020 Eclipse. All rights reserved.