public interface PubSubWriterGroupConf<T extends PubSubDataSetWriterConf> extends PubSubGroupConf
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubWriterGroupConf.Builder<T extends PubSubWriterGroupConf.Builder<T>>
Builder for common settings for PubSub WriterGroups.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
Duration |
getKeepAliveTime() |
List<String> |
getLocaleIds() |
UnsignedByte |
getPriority() |
Duration |
getPublishingInterval() |
UnsignedShort |
getWriterGroupId() |
Map<String,T> |
getWriters() |
PubSubWriterGroupConf<T> |
withKeepAliveTime(Duration value) |
PubSubWriterGroupConf<T> |
withPriority(UnsignedByte value) |
PubSubWriterGroupConf<T> |
withPublishingInterval(Duration value) |
PubSubWriterGroupConf<T> |
withWriterGroupId(UnsignedShort value) |
getMaxNetworkMessageSize, getName, getSecurityConf, getTransportProfile, isEnabled, withEnabled, withMaxNetworkMessageSize, withSecurityConfwithNameget, get, specification, toBuilder, toMap, with, with, withAllDuration getKeepAliveTime()
UnsignedByte getPriority()
Duration getPublishingInterval()
UnsignedShort getWriterGroupId()
PubSubWriterGroupConf<T> withKeepAliveTime(Duration value)
PubSubWriterGroupConf<T> withPriority(UnsignedByte value)
PubSubWriterGroupConf<T> withPublishingInterval(Duration value)
PubSubWriterGroupConf<T> withWriterGroupId(UnsignedShort value)
Copyright © 2026. All rights reserved.