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