public final class AmqpPropertiesFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpPropertiesFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
AmqpPropertiesFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
absoluteExpiryTime() |
|
String8FW |
contentEncoding() |
|
String8FW |
contentType() |
|
AmqpMessageIdFW |
correlationId() |
|
long |
creationTime() |
|
int |
fieldCount() |
|
String8FW |
groupId() |
|
int |
groupSequence() |
|
boolean |
hasAbsoluteExpiryTime() |
|
boolean |
hasContentEncoding() |
|
boolean |
hasContentType() |
|
boolean |
hasCorrelationId() |
|
boolean |
hasCreationTime() |
|
boolean |
hasGroupId() |
|
boolean |
hasGroupSequence() |
|
boolean |
hasMessageId() |
|
boolean |
hasReplyTo() |
|
boolean |
hasReplyToGroupId() |
|
boolean |
hasSubject() |
|
boolean |
hasTo() |
|
boolean |
hasUserId() |
|
int |
limit() |
|
AmqpMessageIdFW |
messageId() |
|
String8FW |
replyTo() |
|
String8FW |
replyToGroupId() |
|
String8FW |
subject() |
|
String8FW |
to() |
|
java.lang.String |
toString() |
|
AmqpPropertiesFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpBinaryFW |
userId() |
|
AmqpPropertiesFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public AmqpMessageIdFW messageId()
public boolean hasMessageId()
public AmqpBinaryFW userId()
public boolean hasUserId()
public String8FW to()
public boolean hasTo()
public String8FW subject()
public boolean hasSubject()
public String8FW replyTo()
public boolean hasReplyTo()
public AmqpMessageIdFW correlationId()
public boolean hasCorrelationId()
public String8FW contentType()
public boolean hasContentType()
public String8FW contentEncoding()
public boolean hasContentEncoding()
public long absoluteExpiryTime()
public boolean hasAbsoluteExpiryTime()
public long creationTime()
public boolean hasCreationTime()
public String8FW groupId()
public boolean hasGroupId()
public int groupSequence()
public boolean hasGroupSequence()
public String8FW replyToGroupId()
public boolean hasReplyToGroupId()
public int fieldCount()
public AmqpPropertiesFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpPropertiesFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.