Package | Description |
---|---|
io.vertx.ext.mail | |
io.vertx.rxjava.ext.mail |
Modifier and Type | Class and Description |
---|---|
class |
MailServiceVertxEBProxy |
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) |
MailService |
MailServiceVertxEBProxy.sendMail(MailMessage email,
Handler<AsyncResult<MailResult>> resultHandler) |
Constructor and Description |
---|
MailServiceVertxProxyHandler(Vertx vertx,
MailService service) |
MailServiceVertxProxyHandler(Vertx vertx,
MailService service,
boolean topLevel,
long timeoutSeconds) |
MailServiceVertxProxyHandler(Vertx vertx,
MailService service,
long timeoutInSecond) |
Modifier and Type | Method and Description |
---|---|
static MailService |
MailService.newInstance(MailService arg) |
Constructor and Description |
---|
MailService(MailService delegate) |
Copyright © 2016. All rights reserved.