Class BlockingMailerImpl

  • All Implemented Interfaces:
    Mailer

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

      • BlockingMailerImpl

        public BlockingMailerImpl()
    • Method Detail

      • 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.