public final class AmqpDataExFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpDataExFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_ANNOTATIONS |
|
static int |
FIELD_OFFSET_APPLICATION_PROPERTIES |
|
static int |
FIELD_OFFSET_BODY_KIND |
|
static int |
FIELD_OFFSET_DEFERRED |
|
static int |
FIELD_OFFSET_DELIVERY_TAG |
|
static int |
FIELD_OFFSET_FLAGS |
|
static int |
FIELD_OFFSET_MESSAGE_FORMAT |
|
static int |
FIELD_OFFSET_PROPERTIES |
|
static int |
FIELD_OFFSET_TYPE_ID |
| Constructor | Description |
|---|---|
AmqpDataExFW() |
| Modifier and Type | Method | Description |
|---|---|---|
Array32FW<AmqpAnnotationFW> |
annotations() |
|
Array32FW<AmqpApplicationPropertyFW> |
applicationProperties() |
|
AmqpBodyKindFW |
bodyKind() |
|
int |
deferred() |
|
AmqpBinaryFW |
deliveryTag() |
|
int |
flags() |
|
int |
limit() |
|
long |
messageFormat() |
|
AmqpPropertiesFW |
properties() |
|
java.lang.String |
toString() |
|
AmqpDataExFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
AmqpDataExFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_TYPE_ID
public static final int FIELD_OFFSET_DELIVERY_TAG
public static final int FIELD_OFFSET_MESSAGE_FORMAT
public static final int FIELD_OFFSET_FLAGS
public static final int FIELD_OFFSET_ANNOTATIONS
public static final int FIELD_OFFSET_PROPERTIES
public static final int FIELD_OFFSET_APPLICATION_PROPERTIES
public static final int FIELD_OFFSET_BODY_KIND
public static final int FIELD_OFFSET_DEFERRED
public int typeId()
public AmqpBinaryFW deliveryTag()
public long messageFormat()
public int flags()
public Array32FW<AmqpAnnotationFW> annotations()
public AmqpPropertiesFW properties()
public Array32FW<AmqpApplicationPropertyFW> applicationProperties()
public AmqpBodyKindFW bodyKind()
public int deferred()
public AmqpDataExFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpDataExFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.