public final class PubSubSystemConfigurationUpdatedEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSystemConfigurationUpdatedEvent.Builder
Builder for
PubSubSystemConfigurationUpdatedEvent. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSystemConfigurationUpdatedEvent.Builder |
builder()
Returns a new
PubSubSystemConfigurationUpdatedEvent.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
PubSubSystemConf |
getNewConf()
The new configuration.
|
PubSubSystem |
getPubSubSystem()
The
PubSubSystem for which the configuration changed. |
int |
hashCode() |
PubSubSystemConfigurationUpdatedEvent.Builder |
toBuilder()
Returns a new
PubSubSystemConfigurationUpdatedEvent.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubSystemConfigurationUpdatedEvent |
withNewConf(PubSubSystemConf newConf) |
PubSubSystemConfigurationUpdatedEvent |
withPubSubSystem(PubSubSystem pubSubSystem) |
public PubSubSystemConf getNewConf()
public PubSubSystem getPubSubSystem()
PubSubSystem for which the configuration changed.public PubSubSystemConfigurationUpdatedEvent withNewConf(PubSubSystemConf newConf)
public PubSubSystemConfigurationUpdatedEvent withPubSubSystem(PubSubSystem pubSubSystem)
public static PubSubSystemConfigurationUpdatedEvent.Builder builder()
PubSubSystemConfigurationUpdatedEvent.Builder that can be used to construct instances of this classpublic PubSubSystemConfigurationUpdatedEvent.Builder toBuilder()
PubSubSystemConfigurationUpdatedEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.