Uses of Interface
com.rabbitmq.client.AddressResolver
- 
Packages that use AddressResolver Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery.
- 
- 
Uses of AddressResolver in com.rabbitmq.clientClasses in com.rabbitmq.client that implement AddressResolver Modifier and Type Class Description classDnsRecordIpAddressResolverAddressResolverthat resolves DNS record IPs.classDnsSrvRecordAddressResolverAddressResolverthat resolves addresses against a DNS SRV request.classListAddressResolverSimple implementation ofAddressResolverthat returns a fixed list.Methods in com.rabbitmq.client that return AddressResolver Modifier and Type Method Description protected AddressResolverConnectionFactory. createAddressResolver(List<Address> addresses)Methods in com.rabbitmq.client with parameters of type AddressResolver Modifier and Type Method Description ConnectionConnectionFactory. newConnection(AddressResolver addressResolver)Create a new broker connection, picking the first available address from the list provided by theAddressResolver.ConnectionConnectionFactory. newConnection(ExecutorService executor, AddressResolver addressResolver)Create a new broker connection, picking the first available address from the list provided by theAddressResolver.ConnectionConnectionFactory. newConnection(ExecutorService executor, AddressResolver addressResolver, String clientProvidedName)Create a new broker connection with a client-provided name, picking the first available address from the list provided by theAddressResolver.
- 
Uses of AddressResolver in com.rabbitmq.client.impl.recoveryConstructors in com.rabbitmq.client.impl.recovery with parameters of type AddressResolver Constructor Description AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver)AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector)RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver)RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector)
 
-