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