public final class PubSubUdpUadpReaderGroupConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubUdpUadpReaderGroupConf.Builder
Builder for
PubSubUdpUadpReaderGroupConf. |
static class |
PubSubUdpUadpReaderGroupConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubUdpUadpReaderGroupConf.Builder |
builder()
Returns a new
PubSubUdpUadpReaderGroupConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
UnsignedInteger |
getMaxNetworkMessageSize() |
String |
getName()
Returns the name of the PubSubGroup.
|
Map<String,PubSubUdpUadpDataSetReaderConf> |
getReaders() |
PubSubSecurityConf |
getSecurityConf()
Returns configuration related to message security.
|
PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the connection where this group is or is to be added.
|
int |
hashCode() |
Boolean |
isEnabled()
Returns the enabled state of the PubSubGroup.
|
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubUdpUadpReaderGroupConf.Builder |
toBuilder()
Returns a new
PubSubUdpUadpReaderGroupConf.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubUdpUadpReaderGroupConf |
withReaderAddedOrReplaced(PubSubUdpUadpDataSetReaderConf conf)
Returns an instance similar to this, but with the Reader given as parameter added or replaced if any existing one had the
PubSubUdpUadpDataSetReaderConf.getName(). |
PubSubUdpUadpReaderGroupConf |
withReaderRemoved(String name)
Removes Reader from the conf if there is any with the given name.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, toMappublic static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic UnsignedInteger getMaxNetworkMessageSize()
public String getName()
public PubSubSecurityConf getSecurityConf()
public Boolean isEnabled()
public Map<String,PubSubUdpUadpDataSetReaderConf> getReaders()
public PubSubUdpUadpReaderGroupConf withReaderRemoved(String name)
public PubSubUdpUadpReaderGroupConf withReaderAddedOrReplaced(PubSubUdpUadpDataSetReaderConf conf)
PubSubUdpUadpDataSetReaderConf.getName().public static PubSubUdpUadpReaderGroupConf.Builder builder()
PubSubUdpUadpReaderGroupConf.Builder that can be used to construct instances of this classpublic PubSubUdpUadpReaderGroupConf.Builder toBuilder()
PubSubUdpUadpReaderGroupConf.Builder that is initialized with the state of this object.public final PubSubTransportProfile getTransportProfile()
PubSubGroupConfgetTransportProfile in interface PubSubGroupConfCopyright © 2026. All rights reserved.