Package io.quarkus.mailer.runtime
Class MailerSupportProducer
- java.lang.Object
-
- io.quarkus.mailer.runtime.MailerSupportProducer
-
@Singleton public class MailerSupportProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description MailerSupportProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MailerSupport
mailSupportProducer(MailConfig config, io.quarkus.runtime.LaunchMode launchMode)
-
-
-
Method Detail
-
mailSupportProducer
@Produces @Singleton public MailerSupport mailSupportProducer(MailConfig config, io.quarkus.runtime.LaunchMode launchMode)
-
-