public final class AmqpTransactionalStateFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpTransactionalStateFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
AmqpTransactionalStateFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
boolean |
hasOutcome() |
|
boolean |
hasTxnId() |
|
int |
length() |
|
int |
limit() |
|
AmqpOutcomeFW |
outcome() |
|
java.lang.String |
toString() |
|
AmqpTransactionalStateFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
BoundedOctetsFW |
txnId() |
|
AmqpTransactionalStateFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public BoundedOctetsFW txnId()
public boolean hasTxnId()
public AmqpOutcomeFW outcome()
public boolean hasOutcome()
public int fieldCount()
fieldCount in class ListFWpublic AmqpTransactionalStateFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpTransactionalStateFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.