Package io.quarkus.mailer.reactive
Interface ReactiveMailer
- All Known Implementing Classes:
MutinyMailerImpl
public interface ReactiveMailer
A mailer to send email asynchronously.
-
Method Summary
-
Method Details
-
send
Sends the given emails.- Parameters:
mails- the emails to send, must not benull, must not containnull- Returns:
- a
Uniindicating when the mails have been sent. TheUnimay fire a failure if the emails cannot be sent.
-