Uses of Class
org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
-
Packages that use URISupport.CompositeData Package Description org.apache.activemq.artemis.core.config org.apache.activemq.artemis.utils.uri -
-
Uses of URISupport.CompositeData in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return URISupport.CompositeData Modifier and Type Method Description URISupport.CompositeDataClusterConnectionConfiguration. getCompositeMembers()Methods in org.apache.activemq.artemis.core.config with parameters of type URISupport.CompositeData Modifier and Type Method Description ClusterConnectionConfigurationClusterConnectionConfiguration. setCompositeMembers(URISupport.CompositeData members) -
Uses of URISupport.CompositeData in org.apache.activemq.artemis.utils.uri
Methods in org.apache.activemq.artemis.utils.uri that return URISupport.CompositeData Modifier and Type Method Description static URISupport.CompositeDataURISupport. parseComposite(URI uri)Given a composite URI, parse the individual URI elements contained within that URI and return a CompositeData instance that contains the parsed URI values.
-