Class UDPBroadcastEndpointFactory
java.lang.Object
org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
- All Implemented Interfaces:
Serializable, BroadcastEndpointFactory
The configuration used to determine how the server will broadcast members.
This is analogous to DiscoveryGroupConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()setGroupAddress(String groupAddress) setGroupPort(int groupPort) setLocalBindAddress(String localBindAddress) setLocalBindPort(int localBindPort)
-
Constructor Details
-
UDPBroadcastEndpointFactory
public UDPBroadcastEndpointFactory()
-
-
Method Details
-
createBroadcastEndpoint
- Specified by:
createBroadcastEndpointin interfaceBroadcastEndpointFactory- Throws:
Exception
-
getGroupAddress
-
setGroupAddress
-
getGroupPort
public int getGroupPort() -
setGroupPort
-
getLocalBindPort
public int getLocalBindPort() -
setLocalBindPort
-
getLocalBindAddress
-
setLocalBindAddress
-
hashCode
-
equals
-