Class DiscoveryGroup

java.lang.Object
org.apache.activemq.artemis.core.cluster.DiscoveryGroup
All Implemented Interfaces:
ActiveMQComponent

public final class DiscoveryGroup extends Object implements ActiveMQComponent
This class is used to search for members on the cluster through the opaque interface BroadcastEndpoint.

There are two current implementations, and that's probably all we will ever need.

We will probably keep both interfaces for a while as UDP is a simple solution requiring no extra dependencies which is suitable for users looking for embedded solutions.