public static final class PubSubSystemConfigurationUpdatedEvent.Builder extends Object implements PubSubSystemEvent.Builder<PubSubSystemConfigurationUpdatedEvent.Builder>
PubSubSystemConfigurationUpdatedEvent.| Modifier and Type | Field and Description |
|---|---|
protected PubSubSystemConf |
newConf |
protected PubSubSystem |
pubSubSystem |
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemConfigurationUpdatedEvent |
build()
Returns an instance of
PubSubSystemConfigurationUpdatedEvent with the values given to this builder. |
PubSubSystemConf |
getNewConf() |
PubSubSystem |
getPubSubSystem() |
PubSubSystemConfigurationUpdatedEvent.Builder |
setNewConf(PubSubSystemConf newConf)
Set the value for
PubSubSystemConfigurationUpdatedEvent.getNewConf(). |
PubSubSystemConfigurationUpdatedEvent.Builder |
setPubSubSystem(PubSubSystem pubSubSystem)
Set the value for
PubSubSystemConfigurationUpdatedEvent.getPubSubSystem(). |
protected PubSubSystemConf newConf
protected PubSubSystem pubSubSystem
public PubSubSystemConf getNewConf()
public PubSubSystem getPubSubSystem()
public PubSubSystemConfigurationUpdatedEvent.Builder setNewConf(PubSubSystemConf newConf)
PubSubSystemConfigurationUpdatedEvent.getNewConf(). Returns itself for method chaining.public PubSubSystemConfigurationUpdatedEvent.Builder setPubSubSystem(PubSubSystem pubSubSystem)
PubSubSystemConfigurationUpdatedEvent.getPubSubSystem(). Returns itself for method chaining.public PubSubSystemConfigurationUpdatedEvent build()
PubSubSystemConfigurationUpdatedEvent with the values given to this builder.Copyright © 2026. All rights reserved.