public interface ReactiveMailer
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
send(Mail... mails)
Sends the passed emails.
|
CompletionStage<Void> send(Mail... mails)
mails - the emails to send, must not be nullCompletionStage indicating when the mails have been sent. The CompletionStage may be
completed with a failure if the emails cannot be sent.Copyright © 2020 JBoss by Red Hat. All rights reserved.