@ApplicationScoped public class MailClientProducer extends Object
| Constructor and Description |
|---|
MailClientProducer() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.axle.ext.mail.MailClient |
axleMailClient() |
(package private) void |
initialize(io.vertx.ext.mail.MailClient client) |
io.vertx.ext.mail.MailClient |
mailClient() |
io.vertx.reactivex.ext.mail.MailClient |
rxMailClient() |
void initialize(io.vertx.ext.mail.MailClient client)
@Singleton @Produces public io.vertx.ext.mail.MailClient mailClient()
@Singleton @Produces public io.vertx.axle.ext.mail.MailClient axleMailClient()
@Singleton @Produces public io.vertx.reactivex.ext.mail.MailClient rxMailClient()
Copyright © 2020 JBoss by Red Hat. All rights reserved.