Uses of Class
org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
Packages that use URISupport.CompositeData
-
Uses of URISupport.CompositeData in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return URISupport.CompositeDataMethods in org.apache.activemq.artemis.core.config with parameters of type URISupport.CompositeDataModifier and TypeMethodDescriptionClusterConnectionConfiguration.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.CompositeDataModifier and TypeMethodDescriptionstatic 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.