Uses of Class
org.apache.activemq.artemis.core.cluster.DiscoveryEntry
-
Packages that use DiscoveryEntry Package Description org.apache.activemq.artemis.core.client.impl org.apache.activemq.artemis.core.cluster org.apache.activemq.artemis.core.server.routing.pools -
-
Uses of DiscoveryEntry in org.apache.activemq.artemis.core.client.impl
Method parameters in org.apache.activemq.artemis.core.client.impl with type arguments of type DiscoveryEntry Modifier and Type Method Description voidServerLocatorImpl. connectorsChanged(List<DiscoveryEntry> newConnectors) -
Uses of DiscoveryEntry in org.apache.activemq.artemis.core.cluster
Methods in org.apache.activemq.artemis.core.cluster that return types with arguments of type DiscoveryEntry Modifier and Type Method Description List<DiscoveryEntry>DiscoveryGroup. getDiscoveryEntries()Method parameters in org.apache.activemq.artemis.core.cluster with type arguments of type DiscoveryEntry Modifier and Type Method Description voidDiscoveryListener. connectorsChanged(List<DiscoveryEntry> newConnectors) -
Uses of DiscoveryEntry in org.apache.activemq.artemis.core.server.routing.pools
Method parameters in org.apache.activemq.artemis.core.server.routing.pools with type arguments of type DiscoveryEntry Modifier and Type Method Description voidDiscoveryGroupService. connectorsChanged(List<DiscoveryEntry> newEntries)
-