public class ScheduledDeliveryEncoding extends QueueEncoding
| Modifier and Type | Field and Description |
|---|---|
long |
scheduledDeliveryTime |
queueID| Constructor and Description |
|---|
ScheduledDeliveryEncoding() |
ScheduledDeliveryEncoding(long scheduledDeliveryTime,
long queueID) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
void |
encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
int |
getEncodeSize() |
String |
toString() |
public ScheduledDeliveryEncoding(long scheduledDeliveryTime,
long queueID)
public ScheduledDeliveryEncoding()
public String toString()
toString in class QueueEncodingpublic int getEncodeSize()
getEncodeSize in interface org.apache.activemq.artemis.core.journal.EncodingSupportgetEncodeSize in class QueueEncodingpublic void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
encode in interface org.apache.activemq.artemis.core.journal.EncodingSupportencode in class QueueEncodingpublic void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
decode in interface org.apache.activemq.artemis.core.journal.EncodingSupportdecode in class QueueEncodingCopyright © 2023 The Apache Software Foundation. All rights reserved.