public final class PubSubSystemShutdownEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSystemShutdownEvent.Builder
Builder for
PubSubSystemShutdownEvent. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSystemShutdownEvent.Builder |
builder()
Returns a new
PubSubSystemShutdownEvent.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() |
PubSubSystemShutdownEvent.Builder |
toBuilder()
Returns a new
PubSubSystemShutdownEvent.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 PubSubSystemShutdownEvent.Builder builder()
PubSubSystemShutdownEvent.Builder that can be used to construct instances of this classpublic PubSubSystemShutdownEvent.Builder toBuilder()
PubSubSystemShutdownEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.