public interface AmqpMessage
| Modifier and Type | Method and Description |
|---|---|
String |
address() |
org.springframework.core.io.buffer.DataBuffer |
bodyAsBinary() |
boolean |
bodyAsBoolean() |
byte |
bodyAsByte() |
char |
bodyAsChar() |
double |
bodyAsDouble() |
float |
bodyAsFloat() |
int |
bodyAsInteger() |
javax.json.JsonArray |
bodyAsJsonArray() |
javax.json.JsonObject |
bodyAsJsonObject() |
<T> List<T> |
bodyAsList() |
long |
bodyAsLong() |
<K,V> Map<K,V> |
bodyAsMap() |
short |
bodyAsShort() |
String |
bodyAsString() |
String |
bodyAsSymbol() |
Instant |
bodyAsTimestamp() |
UUID |
bodyAsUUID() |
String |
contentEncoding() |
String |
contentType() |
String |
correlationId() |
static AmqpMessageBuilder |
create() |
long |
creationTime() |
int |
deliveryCount() |
long |
expiryTime() |
String |
groupId() |
long |
groupSequence() |
String |
id() |
boolean |
isBodyNull() |
boolean |
isDurable() |
boolean |
isFirstAcquirer() |
int |
priority() |
String |
replyTo() |
String |
replyToGroupId() |
String |
subject() |
io.vertx.amqp.AmqpMessage |
toVertxAmqpMessage() |
long |
ttl() |
static AmqpMessageBuilder create()
boolean isDurable()
boolean isFirstAcquirer()
int priority()
int deliveryCount()
long ttl()
String id()
String address()
String replyTo()
String correlationId()
boolean isBodyNull()
boolean bodyAsBoolean()
byte bodyAsByte()
short bodyAsShort()
int bodyAsInteger()
long bodyAsLong()
float bodyAsFloat()
double bodyAsDouble()
char bodyAsChar()
Instant bodyAsTimestamp()
UUID bodyAsUUID()
org.springframework.core.io.buffer.DataBuffer bodyAsBinary()
String bodyAsString()
String bodyAsSymbol()
<T> List<T> bodyAsList()
<K,V> Map<K,V> bodyAsMap()
javax.json.JsonObject bodyAsJsonObject()
javax.json.JsonArray bodyAsJsonArray()
String subject()
String contentType()
String contentEncoding()
long expiryTime()
long creationTime()
String groupId()
String replyToGroupId()
long groupSequence()
io.vertx.amqp.AmqpMessage toVertxAmqpMessage()
Copyright © 2020. All rights reserved.