Uses of Class
io.quarkus.mailer.Attachment
-
Packages that use Attachment Package Description io.quarkus.mailer io.quarkus.mailer.runtime -
-
Uses of Attachment in io.quarkus.mailer
Methods in io.quarkus.mailer that return Attachment Modifier and Type Method Description AttachmentAttachment. setContentId(String contentId)AttachmentAttachment. setContentType(String contentType)AttachmentAttachment. setData(byte[] data)AttachmentAttachment. setData(Flow.Publisher<Byte> data)AttachmentAttachment. setDescription(String description)AttachmentAttachment. setDisposition(String disposition)AttachmentAttachment. setFile(File file)AttachmentAttachment. setName(String name)Methods in io.quarkus.mailer that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Mail. getAttachments()Method parameters in io.quarkus.mailer with type arguments of type Attachment Modifier and Type Method Description MailMail. 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 Attachment Modifier and Type Method Description static io.smallrye.mutiny.Uni<io.vertx.core.buffer.Buffer>MutinyMailerImpl. getAttachmentStream(io.vertx.mutiny.core.Vertx vertx, Attachment attachment)
-