public interface PubSubGroupConf extends PubSubNamedConf
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubGroupConf.Builder<T extends PubSubGroupConf.Builder<T>>
Builder for common settings for PubSub Groups.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
UnsignedInteger |
getMaxNetworkMessageSize() |
String |
getName()
Returns the name of the PubSubGroup.
|
PubSubSecurityConf |
getSecurityConf()
Returns configuration related to message security.
|
default PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the connection where this group is or is to be added.
|
Boolean |
isEnabled()
Returns the enabled state of the PubSubGroup.
|
get, get, specification, toBuilder, toMapUnsignedInteger getMaxNetworkMessageSize()
String getName()
getName in interface PubSubNamedConfPubSubSecurityConf getSecurityConf()
default PubSubTransportProfile getTransportProfile()
Boolean isEnabled()
Copyright © 2026. All rights reserved.