public class OutgoingAmqpMessage<T> extends AmqpMessage<T> implements Message<T>
APPLICATION_JSON, message| Constructor and Description |
|---|
OutgoingAmqpMessage(io.vertx.mutiny.amqp.AmqpMessage message,
OutgoingAmqpMetadata amqpMetadata) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
ack()
Acknowledge this message.
|
String |
getAddress() |
io.vertx.core.json.JsonObject |
getApplicationProperties() |
String |
getContentEncoding() |
String |
getContentType() |
Object |
getCorrelationId() |
String |
getGroupId() |
Object |
getMessageId() |
Metadata |
getMetadata() |
int |
getPriority() |
String |
getSubject() |
long |
getTtl() |
boolean |
isDurable() |
builder, getAmqpMessage, getBody, getCreationTime, getDeliveryCount, getError, getExpiryTime, getGroupSequence, getHeader, getPayload, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMetadata, getAck, getMetadata, getPayload, of, of, of, of, of, of, unwrap, withAck, withMetadata, withMetadata, withPayloadpublic OutgoingAmqpMessage(io.vertx.mutiny.amqp.AmqpMessage message,
OutgoingAmqpMetadata amqpMetadata)
public Metadata getMetadata()
getMetadata in interface Message<T>getMetadata in class AmqpMessage<T>public boolean isDurable()
isDurable in class AmqpMessage<T>public int getPriority()
getPriority in class AmqpMessage<T>public long getTtl()
getTtl in class AmqpMessage<T>public Object getMessageId()
getMessageId in class AmqpMessage<T>public String getAddress()
getAddress in class AmqpMessage<T>public String getGroupId()
getGroupId in class AmqpMessage<T>public String getContentType()
getContentType in class AmqpMessage<T>public Object getCorrelationId()
getCorrelationId in class AmqpMessage<T>public String getContentEncoding()
getContentEncoding in class AmqpMessage<T>public String getSubject()
getSubject in class AmqpMessage<T>public CompletionStage<Void> ack()
Messagepublic io.vertx.core.json.JsonObject getApplicationProperties()
getApplicationProperties in class AmqpMessage<T>Copyright © 2018–2020 SmallRye. All rights reserved.