Uses of Class
org.apache.activemq.artemis.api.config.ServerLocatorConfig
-
-
Uses of ServerLocatorConfig in org.apache.activemq.artemis.api.config
Constructors in org.apache.activemq.artemis.api.config with parameters of type ServerLocatorConfig Constructor Description ServerLocatorConfig(ServerLocatorConfig locator) -
Uses of ServerLocatorConfig in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ServerLocatorConfig Modifier and Type Method Description ServerLocatorConfigServerLocator. getLocatorConfig()Methods in org.apache.activemq.artemis.api.core.client with parameters of type ServerLocatorConfig Modifier and Type Method Description voidServerLocator. setLocatorConfig(ServerLocatorConfig serverLocatorConfig) -
Uses of ServerLocatorConfig in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return ServerLocatorConfig Modifier and Type Method Description ServerLocatorConfigServerLocatorImpl. getLocatorConfig()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorConfig Modifier and Type Method Description voidServerLocatorImpl. setLocatorConfig(ServerLocatorConfig config)Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorConfig Constructor Description ClientSessionFactoryImpl(ServerLocatorInternal serverLocator, TransportConfiguration connectorConfig, ServerLocatorConfig locatorConfig, int reconnectAttempts, Executor threadPool, ScheduledExecutorService scheduledThreadPool, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors) -
Uses of ServerLocatorConfig in org.apache.activemq.artemis.service.extensions.xa.recovery
Methods in org.apache.activemq.artemis.service.extensions.xa.recovery that return ServerLocatorConfig Modifier and Type Method Description ServerLocatorConfigXARecoveryConfig. getLocatorConfig()Constructors in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type ServerLocatorConfig Constructor Description XARecoveryConfig(boolean ha, TransportConfiguration[] transportConfiguration, String username, String password, Map<String,String> properties, ClientProtocolManagerFactory clientProtocolManager, ServerLocatorConfig locatorConfig)
-