| Package | Description |
|---|---|
| io.quarkus.mailer | |
| io.quarkus.mailer.runtime |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.setContentId(String contentId) |
Attachment |
Attachment.setContentType(String contentType) |
Attachment |
Attachment.setData(byte[] data) |
Attachment |
Attachment.setData(org.reactivestreams.Publisher<Byte> data) |
Attachment |
Attachment.setDescription(String description) |
Attachment |
Attachment.setDisposition(String disposition) |
Attachment |
Attachment.setFile(File file) |
Attachment |
Attachment.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Mail.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.setAttachments(List<Attachment> attachments)
Sets the attachment list.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletionStage<io.vertx.core.buffer.Buffer> |
ReactiveMailerImpl.getAttachmentStream(io.vertx.axle.core.Vertx vertx,
Attachment attachment) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.