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