Interface BroadcastGroup
-
- All Superinterfaces:
ActiveMQComponent
- All Known Implementing Classes:
BroadcastGroupImpl
public interface BroadcastGroup extends ActiveMQComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConnector(TransportConfiguration tcConfig)voidbroadcastConnectors()StringgetName()voidremoveConnector(TransportConfiguration tcConfig)voidsetNotificationService(NotificationService notificationService)intsize()-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
-
-
-
Method Detail
-
setNotificationService
void setNotificationService(NotificationService notificationService)
-
getName
String getName()
-
addConnector
void addConnector(TransportConfiguration tcConfig)
-
removeConnector
void removeConnector(TransportConfiguration tcConfig)
-
size
int size()
-
-