Uses of Class
io.quarkus.mailer.runtime.MailerSupport
Packages that use MailerSupport
-
Uses of MailerSupport in io.quarkus.mailer.runtime
Methods in io.quarkus.mailer.runtime that return types with arguments of type MailerSupportModifier and TypeMethodDescriptionMailerRecorder.mailerSupportSupplier(MailerSupport mailerSupport) Methods in io.quarkus.mailer.runtime with parameters of type MailerSupportModifier and TypeMethodDescriptionMailerRecorder.mailerSupportSupplier(MailerSupport mailerSupport) Constructors in io.quarkus.mailer.runtime with parameters of type MailerSupportModifierConstructorDescriptionMailers(io.vertx.core.Vertx vertx, io.vertx.mutiny.core.Vertx mutinyVertx, MailersRuntimeConfig mailersRuntimeConfig, io.quarkus.runtime.LaunchMode launchMode, MailerSupport mailerSupport, TlsConfigurationRegistry tlsRegistry, jakarta.enterprise.event.Event<SentMail> sentMailEvent)