Uses of Interface
org.apache.activemq.artemis.core.server.cluster.BroadcastGroup
-
-
Uses of BroadcastGroup in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl that return BroadcastGroup Modifier and Type Method Description protected BroadcastGroupBaseBroadcastGroupControlImpl. getBroadcastGroup() -
Uses of BroadcastGroup in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type BroadcastGroup Modifier and Type Method Description Set<BroadcastGroup>ClusterManager. getBroadcastGroups() -
Uses of BroadcastGroup in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement BroadcastGroup Modifier and Type Class Description classBroadcastGroupImplThis class will use theBroadcastEndpointto send periodical updates on the list for connections used by this server. -
Uses of BroadcastGroup in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type BroadcastGroup Modifier and Type Method Description voidManagementService. registerBroadcastGroup(BroadcastGroup broadcastGroup, BroadcastGroupConfiguration configuration) -
Uses of BroadcastGroup in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type BroadcastGroup Modifier and Type Method Description voidManagementServiceImpl. registerBroadcastGroup(BroadcastGroup broadcastGroup, BroadcastGroupConfiguration configuration)
-