public class PersistedAddressSetting extends Object implements org.apache.activemq.artemis.core.journal.EncodingSupport
| Constructor and Description |
|---|
PersistedAddressSetting() |
PersistedAddressSetting(org.apache.activemq.artemis.api.core.SimpleString addressMatch,
AddressSettings setting) |
| 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) |
org.apache.activemq.artemis.api.core.SimpleString |
getAddressMatch() |
int |
getEncodeSize() |
AddressSettings |
getSetting() |
long |
getStoreId() |
void |
setStoreId(long id) |
String |
toString() |
public PersistedAddressSetting()
public PersistedAddressSetting(org.apache.activemq.artemis.api.core.SimpleString addressMatch,
AddressSettings setting)
addressMatch - setting - public void setStoreId(long id)
public long getStoreId()
public org.apache.activemq.artemis.api.core.SimpleString getAddressMatch()
public AddressSettings getSetting()
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.