Uses of Class
org.apache.activemq.artemis.api.config.ServerLocatorConfig
Packages that use ServerLocatorConfig
Package
Description
-
Uses of ServerLocatorConfig in org.apache.activemq.artemis.api.config
Constructors in org.apache.activemq.artemis.api.config with parameters of type ServerLocatorConfig -
Uses of ServerLocatorConfig in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ServerLocatorConfigMethods in org.apache.activemq.artemis.api.core.client with parameters of type ServerLocatorConfigModifier and TypeMethodDescriptionvoidServerLocator.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 ServerLocatorConfigMethods in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorConfigModifier and TypeMethodDescriptionvoidServerLocatorImpl.setLocatorConfig(ServerLocatorConfig config) Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorConfigModifierConstructorDescriptionClientSessionFactoryImpl(ServerLocatorInternal serverLocator, TransportConfiguration connectorConfig, ServerLocatorConfig locatorConfig, int reconnectAttempts, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Executor flowControlThreadPool, 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 ServerLocatorConfigConstructors in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type ServerLocatorConfigModifierConstructorDescriptionXARecoveryConfig(boolean ha, TransportConfiguration[] transportConfiguration, String username, String password, Map<String, String> properties, ClientProtocolManagerFactory clientProtocolManager, ServerLocatorConfig locatorConfig)