Package io.quarkus.mailer.reactive
Interface ReactiveMailer
-
- All Known Implementing Classes:
MutinyMailerImpl
public interface ReactiveMailerA mailer to send email asynchronously.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>send(Mail... mails)Sends the given emails.
-