Uses of Class
org.apache.qpid.protonj2.client.ReconnectLocation
Packages that use ReconnectLocation
-
Uses of ReconnectLocation in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type ReconnectLocation -
Uses of ReconnectLocation in org.apache.qpid.protonj2.client.util
Methods in org.apache.qpid.protonj2.client.util that return ReconnectLocationModifier and TypeMethodDescriptionReconnectLocationPool.getNext()
Returns the next entry in the pool of entries.Methods in org.apache.qpid.protonj2.client.util that return types with arguments of type ReconnectLocationModifier and TypeMethodDescriptionReconnectLocationPool.getList()
Gets the current list ofReconnectLocation
values.Methods in org.apache.qpid.protonj2.client.util with parameters of type ReconnectLocationModifier and TypeMethodDescriptionvoid
ReconnectLocationPool.add
(ReconnectLocation entry) Adds a new entry to the pool if not already contained within.void
ReconnectLocationPool.addFirst
(ReconnectLocation entry) Adds a newReconnectLocation
to the pool if not already contained within.boolean
ReconnectLocationPool.remove
(ReconnectLocation entry) Remove aReconnectLocation
from the pool if present, otherwise has no effect.Method parameters in org.apache.qpid.protonj2.client.util with type arguments of type ReconnectLocationModifier and TypeMethodDescriptionvoid
ReconnectLocationPool.addAll
(List<ReconnectLocation> additions) Adds a list of newReconnectLocation
values to the pool if not already contained within.void
ReconnectLocationPool.replaceAll
(List<ReconnectLocation> replacements) Removes all currently configuredReconnectLocation
values from the pool and replaces them with the new set given.Constructor parameters in org.apache.qpid.protonj2.client.util with type arguments of type ReconnectLocationModifierConstructorDescriptionReconnectLocationPool
(List<ReconnectLocation> backups) Creates a newReconnectLocationPool
with the providedReconnectLocation
values.