| Package | Description |
|---|---|
| io.vertx.ext.mail |
| Modifier and Type | Class and Description |
|---|---|
class |
MailServiceVertxEBProxy |
| Modifier and Type | Method and Description |
|---|---|
static MailService |
MailService.create(Vertx vertx,
MailConfig config)
create an instance of MailService that is running in the local JVM
|
static MailService |
MailService.createEventBusProxy(Vertx vertx,
String address)
create an instance of MailService that calls the mail service via the event bus running somewhere else
|
MailService |
MailService.sendMail(MailMessage email,
Handler<AsyncResult<JsonObject>> resultHandler)
send a single mail via MailService
|
MailService |
MailServiceVertxEBProxy.sendMail(MailMessage email,
Handler<AsyncResult<JsonObject>> resultHandler) |
| Constructor and Description |
|---|
MailServiceVertxProxyHandler(Vertx vertx,
MailService service,
String address,
boolean topLevel,
long timeoutSeconds) |
Copyright © 2015. All Rights Reserved.