Class ServerLocatorImpl

java.lang.Object
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl
All Implemented Interfaces:
AutoCloseable, ServerLocator, ServerLocatorInternal, DiscoveryListener

public final class ServerLocatorImpl extends Object implements ServerLocatorInternal, DiscoveryListener
This is the implementation of ServerLocator and all the proper javadoc is located on that interface.
  • Constructor Details

    • ServerLocatorImpl

      public ServerLocatorImpl(boolean useHA, DiscoveryGroupConfiguration groupConfiguration)
      Create a ServerLocatorImpl using UDP discovery to lookup cluster
    • ServerLocatorImpl

      public ServerLocatorImpl(boolean useHA, TransportConfiguration... transportConfigs)
      Create a ServerLocatorImpl using a static list of servers
    • ServerLocatorImpl

      public ServerLocatorImpl(Topology topology, boolean useHA, DiscoveryGroupConfiguration groupConfiguration)
      Create a ServerLocatorImpl using UDP discovery to lookup cluster
    • ServerLocatorImpl

      public ServerLocatorImpl(Topology topology, boolean useHA, TransportConfiguration... transportConfigs)
      Create a ServerLocatorImpl using a static list of servers
  • Method Details