public interface BroadcastGroup
extends org.apache.activemq.artemis.core.server.ActiveMQComponent
| Modifier and Type | Method and Description |
|---|---|
void |
addConnector(org.apache.activemq.artemis.api.core.TransportConfiguration tcConfig) |
void |
broadcastConnectors() |
String |
getName() |
void |
removeConnector(org.apache.activemq.artemis.api.core.TransportConfiguration tcConfig) |
void |
setNotificationService(org.apache.activemq.artemis.core.server.management.NotificationService notificationService) |
int |
size() |
void setNotificationService(org.apache.activemq.artemis.core.server.management.NotificationService notificationService)
String getName()
void addConnector(org.apache.activemq.artemis.api.core.TransportConfiguration tcConfig)
void removeConnector(org.apache.activemq.artemis.api.core.TransportConfiguration tcConfig)
int size()
Copyright © 2023 The Apache Software Foundation. All rights reserved.