Interface AddressBindingInfo
-
- All Known Implementing Classes:
PersistentAddressBindingEncoding
public interface AddressBindingInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressStatusEncodinggetAddressStatusEncoding()booleangetAutoCreated()longgetId()SimpleStringgetName()EnumSet<RoutingType>getRoutingTypes()
-
-
-
Method Detail
-
getId
long getId()
-
getName
SimpleString getName()
-
getAutoCreated
boolean getAutoCreated()
-
getRoutingTypes
EnumSet<RoutingType> getRoutingTypes()
-
getAddressStatusEncoding
AddressStatusEncoding getAddressStatusEncoding()
-
-