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 TypeMethodDescriptionboolean
int
int
int
hashCode()
setGroupAddress
(String groupAddress) setGroupPort
(int groupPort) setLocalBindAddress
(String localBindAddress) setLocalBindPort
(int localBindPort)
-
Constructor Details
-
UDPBroadcastEndpointFactory
public UDPBroadcastEndpointFactory()
-
-
Method Details
-
createBroadcastEndpoint
- Specified by:
createBroadcastEndpoint
in interfaceBroadcastEndpointFactory
- Throws:
Exception
-
getGroupAddress
-
setGroupAddress
-
getGroupPort
public int getGroupPort() -
setGroupPort
-
getLocalBindPort
public int getLocalBindPort() -
setLocalBindPort
-
getLocalBindAddress
-
setLocalBindAddress
-
hashCode
public int hashCode() -
equals
-