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