Class BlockingMailerImpl

java.lang.Object
io.quarkus.mailer.runtime.BlockingMailerImpl
All Implemented Interfaces:
Mailer

public class BlockingMailerImpl extends Object implements Mailer
Implementation of Mailer relying on the ReactiveMailer and waiting for completion.
  • Constructor Details

  • Method Details

    • send

      public void send(Mail... mails)
      Description copied from interface: Mailer
      Sends the given mails.
      Specified by:
      send in interface Mailer
      Parameters:
      mails - the mails, must not be null.