public interface PubSubNamedConf extends PubSubConf
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubNamedConf.Builder<T extends PubSubNamedConf.Builder<T>>
Builder for setting the name.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the PubSub component.
|
PubSubNamedConf |
withName(String name)
Convenience method for doing
PubSubConf.toBuilder() + PubSubNamedConf.Builder.setName(String) +
PubSubConf.Builder.build(). |
get, get, specification, toBuilder, toMap, with, with, withAllString getName()
PubSubNamedConf withName(String name)
PubSubConf.toBuilder() + PubSubNamedConf.Builder.setName(String) +
PubSubConf.Builder.build().Copyright © 2026. All rights reserved.