public final class PubSubUdpUadpConnectionConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubUdpUadpConnectionConf.Builder
Builder for
PubSubUdpUadpConnectionConf. |
static class |
PubSubUdpUadpConnectionConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
public static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic String getName()
public PublisherId getPublisherId()
public Boolean isEnabled()
public InetSocketAddress getDiscoveryNetworkAddress()
getNetworkAddress() and also getSocketOptions().public Map<SocketOption<?>,Object> getDiscoverySocketOptions()
public InetSocketAddress getNetworkAddress()
public Map<SocketOption<?>,Object> getSocketOptions()
public Map<String,PubSubUdpUadpReaderGroupConf> getReaderGroups()
public Map<String,PubSubUdpUadpWriterGroupConf> getWriterGroups()
public PubSubUdpUadpConnectionConf withGroupRemoved(String name)
public PubSubUdpUadpConnectionConf withGroupAddedOrReplaced(PubSubUdpUadpReaderGroupConf conf)
PubSubUdpUadpReaderGroupConf.getName().public PubSubUdpUadpConnectionConf withGroupAddedOrReplaced(PubSubUdpUadpWriterGroupConf conf)
PubSubUdpUadpWriterGroupConf.getName().public PubSubUdpUadpConnectionConf withName(String name)
PubSubNamedConfPubSubConf.toBuilder() + PubSubNamedConf.Builder.setName(String) +
PubSubConf.Builder.build().public PubSubUdpUadpConnectionConf withPublisherId(PublisherId publisherId)
public PubSubUdpUadpConnectionConf withEnabled(Boolean enabled)
public PubSubUdpUadpConnectionConf withDiscoveryNetworkAddress(InetSocketAddress discoveryNetworkAddress)
public PubSubUdpUadpConnectionConf withNetworkAddress(InetSocketAddress networkAddress)
public static PubSubUdpUadpConnectionConf.Builder builder()
PubSubUdpUadpConnectionConf.Builder that can be used to construct instances of this classpublic PubSubUdpUadpConnectionConf.Builder toBuilder()
PubSubUdpUadpConnectionConf.Builder that is initialized with the state of this object.public NetworkInterface getDiscoveryNetworkInterface()
StandardSocketOptions.IP_MULTICAST_IF from
getDiscoverySocketOptions().public NetworkInterface getNetworkInterface()
StandardSocketOptions.IP_MULTICAST_IF from
getSocketOptions().public final PubSubTransportProfile getTransportProfile()
PubSubConnectionConfgetTransportProfile in interface PubSubConnectionConf<PubSubUdpUadpReaderGroupConf,PubSubUdpUadpWriterGroupConf>Copyright © 2026. All rights reserved.