Class BroadcastGroupConfiguration
java.lang.Object
org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
- All Implemented Interfaces:
Serializable
The basic configuration used to determine how the server will broadcast members This is analogous to
DiscoveryGroupConfiguration- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetName()inthashCode()setBroadcastPeriod(long broadcastPeriod) setConnectorInfos(List<String> connectorInfos) setEndpointFactory(BroadcastEndpointFactory endpointFactory)
-
Constructor Details
-
BroadcastGroupConfiguration
public BroadcastGroupConfiguration()
-
-
Method Details
-
getName
-
getBroadcastPeriod
public long getBroadcastPeriod() -
getConnectorInfos
-
setName
-
setBroadcastPeriod
-
setConnectorInfos
-
getEndpointFactory
-
setEndpointFactory
-
hashCode
-
equals
-