Uses of Class
org.apache.activemq.artemis.core.server.routing.pools.DiscoveryService.Entry
-
Packages that use DiscoveryService.Entry Package Description org.apache.activemq.artemis.core.server.routing.pools -
-
Uses of DiscoveryService.Entry in org.apache.activemq.artemis.core.server.routing.pools
Methods in org.apache.activemq.artemis.core.server.routing.pools with parameters of type DiscoveryService.Entry Modifier and Type Method Description voidDiscoveryPool. entryAdded(DiscoveryService.Entry entry)voidDiscoveryService.Listener. entryAdded(DiscoveryService.Entry entry)voidDiscoveryPool. entryRemoved(DiscoveryService.Entry entry)voidDiscoveryService.Listener. entryRemoved(DiscoveryService.Entry entry)voidDiscoveryPool. entryUpdated(DiscoveryService.Entry oldEntry, DiscoveryService.Entry newEntry)voidDiscoveryService.Listener. entryUpdated(DiscoveryService.Entry oldEntry, DiscoveryService.Entry newEntry)protected voidDiscoveryService. fireEntryAddedEvent(DiscoveryService.Entry entry)protected voidDiscoveryService. fireEntryRemovedEvent(DiscoveryService.Entry entry)protected voidDiscoveryService. fireEntryUpdatedEvent(DiscoveryService.Entry oldEntry, DiscoveryService.Entry newEntry)
-