Package | Description |
---|---|
org.apache.activemq.artemis.core.client.impl |
Modifier and Type | Class and Description |
---|---|
class |
ServerLocatorImpl
This is the implementation of
ServerLocator and all
the proper javadoc is located on that interface. |
Modifier and Type | Method and Description |
---|---|
ServerLocatorInternal |
ServerLocatorInternal.setAfterConnectionInternalListener(AfterConnectInternalListener listener) |
ServerLocatorInternal |
ServerLocatorInternal.setClusterConnection(boolean clusterConnection) |
ServerLocatorInternal |
ServerLocatorInternal.setClusterTransportConfiguration(TransportConfiguration tc) |
ServerLocatorInternal |
ServerLocatorInternal.setIdentity(String identity)
Used to better identify Cluster Connection Locators on logs.
|
ServerLocatorInternal |
ServerLocatorInternal.setNodeID(String nodeID) |
Constructor and Description |
---|
ClientSessionFactoryImpl(ServerLocatorInternal serverLocator,
TransportConfiguration connectorConfig,
long callTimeout,
long callFailoverTimeout,
long clientFailureCheckPeriod,
long connectionTTL,
long retryInterval,
double retryIntervalMultiplier,
long maxRetryInterval,
int reconnectAttempts,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.