Uses of Class
org.apache.activemq.broker.PublishedAddressPolicy
-
Packages that use PublishedAddressPolicy Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. -
-
Uses of PublishedAddressPolicy in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return PublishedAddressPolicy Modifier and Type Method Description PublishedAddressPolicy
TransportConnector. getPublishedAddressPolicy()
Gets the currently configured policy for creating the published connection address of this TransportConnector.Methods in org.apache.activemq.broker with parameters of type PublishedAddressPolicy Modifier and Type Method Description void
TransportConnector. setPublishedAddressPolicy(PublishedAddressPolicy publishedAddressPolicy)
Sets the configured policy for creating the published connection address of this TransportConnector.
-