Package de.hybris.platform.cluster.udp
Interface UnicastBroadcastMethodConfiguration
- All Known Implementing Classes:
DefaultUnicastBroadcastConfiguration
public interface UnicastBroadcastMethodConfiguration
Configuration settings for
UnicastBroadcastMethod.-
Method Summary
Modifier and TypeMethodDescriptionintint
-
Method Details
-
getServerAddress
InetSocketAddress getServerAddress() -
getPacketSize
int getPacketSize() -
getClusterNodes
List<InetSocketAddress> getClusterNodes() -
getSyncNodesIntervalSeconds
int getSyncNodesIntervalSeconds()
-