Class PersistedAddressSetting
java.lang.Object
org.apache.activemq.artemis.core.persistence.config.AbstractPersistedAddressSetting
org.apache.activemq.artemis.core.persistence.config.PersistedAddressSetting
- All Implemented Interfaces:
EncodingSupport
@Deprecated
public class PersistedAddressSetting
extends AbstractPersistedAddressSetting
implements EncodingSupport
Deprecated.
Use PersistedAddressSettingJSON instead
This class is only kept for compatibility reasons. The encode method should be dead code at this point and only the
decode should be used when versioning is at play.
-
Field Summary
Fields inherited from class org.apache.activemq.artemis.core.persistence.config.AbstractPersistedAddressSetting
addressMatch, setting, storeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(ActiveMQBuffer buffer) Deprecated.voidencode(ActiveMQBuffer buffer) Deprecated.intDeprecated.toString()Deprecated.Methods inherited from class org.apache.activemq.artemis.core.persistence.config.AbstractPersistedAddressSetting
getAddressMatch, getSetting, getStoreId, setAddressMatch, setSetting, setStoreId
-
Constructor Details
-
PersistedAddressSetting
public PersistedAddressSetting()Deprecated.
-
-
Method Details
-
toString
Deprecated. -
decode
Deprecated.- Specified by:
decodein interfaceEncodingSupport
-
encode
Deprecated.- Specified by:
encodein interfaceEncodingSupport
-
getEncodeSize
public int getEncodeSize()Deprecated.- Specified by:
getEncodeSizein interfaceEncodingSupport
-