Uses of Class
io.quarkus.mailer.Attachment
Packages that use Attachment
-
Uses of Attachment in io.quarkus.mailer
Methods in io.quarkus.mailer that return AttachmentModifier and TypeMethodDescriptionAttachment.setContentId(String contentId) Attachment.setContentType(String contentType) Attachment.setData(byte[] data) Attachment.setData(Flow.Publisher<Byte> data) Attachment.setDescription(String description) Attachment.setDisposition(String disposition) Methods in io.quarkus.mailer that return types with arguments of type AttachmentMethod parameters in io.quarkus.mailer with type arguments of type AttachmentModifier and TypeMethodDescriptionMail.setAttachments(List<Attachment> attachments) Sets the attachment list. -
Uses of Attachment in io.quarkus.mailer.runtime
Methods in io.quarkus.mailer.runtime with parameters of type AttachmentModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<io.vertx.core.buffer.Buffer>MutinyMailerImpl.getAttachmentStream(io.vertx.mutiny.core.Vertx vertx, Attachment attachment)