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