Class DiscoveryService
java.lang.Object
org.apache.activemq.artemis.core.server.routing.pools.DiscoveryService
- All Implemented Interfaces:
ActiveMQComponent
- Direct Known Subclasses:
DiscoveryGroupService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidfireEntryUpdatedEvent(DiscoveryService.Entry oldEntry, DiscoveryService.Entry newEntry) voidsetListener(DiscoveryService.Listener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
Constructor Details
-
DiscoveryService
public DiscoveryService()
-
-
Method Details
-
getListener
-
setListener
-
fireEntryAddedEvent
-
fireEntryRemovedEvent
-
fireEntryUpdatedEvent
protected void fireEntryUpdatedEvent(DiscoveryService.Entry oldEntry, DiscoveryService.Entry newEntry)
-