AmqpBinaryFW, AmqpDeliveryTagFW, AmqpTxnIdFW, BoundedOctets16FW, BoundedOctets32FW, BoundedOctets8FWpublic abstract class BoundedOctetsFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BoundedOctetsFW.Builder<T extends BoundedOctetsFW> |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
BoundedOctetsFW() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract <T> T |
get(Flyweight.Visitor<T> visitor) |
|
abstract int |
length() |
|
abstract org.agrona.DirectBuffer |
value() |
public abstract org.agrona.DirectBuffer value()
public abstract <T> T get(Flyweight.Visitor<T> visitor)
public abstract int length()
Copyright © 2020. All rights reserved.