public class DuplicateIDEncoding extends Object implements org.apache.activemq.artemis.core.journal.EncodingSupport
| Modifier and Type | Field and Description |
|---|---|
org.apache.activemq.artemis.api.core.SimpleString |
address |
byte[] |
duplID |
| Constructor and Description |
|---|
DuplicateIDEncoding() |
DuplicateIDEncoding(org.apache.activemq.artemis.api.core.SimpleString address,
byte[] duplID) |
| 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 org.apache.activemq.artemis.api.core.SimpleString address
public byte[] duplID
public DuplicateIDEncoding(org.apache.activemq.artemis.api.core.SimpleString address,
byte[] duplID)
public DuplicateIDEncoding()
public void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
decode in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
encode in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic int getEncodeSize()
getEncodeSize in interface org.apache.activemq.artemis.core.journal.EncodingSupportCopyright © 2023 The Apache Software Foundation. All rights reserved.