Uses of Class
org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
Packages that use ConnectionOptions Package Description org.apache.activemq.artemis.uri org.apache.activemq.artemis.uri.schema.serverLocator -
-
Uses of ConnectionOptions in org.apache.activemq.artemis.uri
Subclasses of ConnectionOptions in org.apache.activemq.artemis.uri Modifier and Type Class Description classJMSConnectionOptionsThis will represent all the possible options you could setup on URLs When parsing the URL this will serve as an intermediate object And it could also be a pl -
Uses of ConnectionOptions in org.apache.activemq.artemis.uri.schema.serverLocator
Methods in org.apache.activemq.artemis.uri.schema.serverLocator that return ConnectionOptions Modifier and Type Method Description protected ConnectionOptionsAbstractServerLocatorSchema. newConnectionOptions(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query)ConnectionOptionsConnectionOptions. setHost(java.lang.String host)ConnectionOptionsConnectionOptions. setPort(int port)
-