public class PersistedAddressSetting extends Object implements EncodingSupport
Constructor and Description |
---|
PersistedAddressSetting() |
PersistedAddressSetting(SimpleString addressMatch,
AddressSettings setting) |
Modifier and Type | Method and Description |
---|---|
void |
decode(HornetQBuffer buffer) |
void |
encode(HornetQBuffer buffer) |
SimpleString |
getAddressMatch() |
int |
getEncodeSize() |
AddressSettings |
getSetting() |
long |
getStoreId() |
void |
setStoreId(long id) |
String |
toString() |
public PersistedAddressSetting()
public PersistedAddressSetting(SimpleString addressMatch, AddressSettings setting)
addressMatch
- setting
- public void setStoreId(long id)
public long getStoreId()
public SimpleString getAddressMatch()
public AddressSettings getSetting()
public void decode(HornetQBuffer buffer)
decode
in interface EncodingSupport
public void encode(HornetQBuffer buffer)
encode
in interface EncodingSupport
public int getEncodeSize()
getEncodeSize
in interface EncodingSupport
Copyright © 2018 JBoss by Red Hat. All rights reserved.