public final class PubSubSendKeyframeCommand extends PubSubSystemCommand<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSendKeyframeCommand.Builder
Builder for
PubSubSendKeyframeCommand. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSendKeyframeCommand.Builder |
builder()
Returns a new
PubSubSendKeyframeCommand.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
String |
getConnectionName()
The name of the connection where the
getWriterGroupName() having
getWriterName() is. |
String |
getWriterGroupName()
The name of the WriterGroup that has the
getWriterName(). |
String |
getWriterName()
The name of the Writer for whose DataSet should send a keyframe even if the next message would
have been a deltaframe.
|
int |
hashCode() |
PubSubSendKeyframeCommand.Builder |
toBuilder()
Returns a new
PubSubSendKeyframeCommand.Builder that is initialized with the state of this object. |
String |
toString() |
public String getConnectionName()
getWriterGroupName() having
getWriterName() is.public String getWriterGroupName()
getWriterName().public String getWriterName()
public static PubSubSendKeyframeCommand.Builder builder()
PubSubSendKeyframeCommand.Builder that can be used to construct instances of this classpublic PubSubSendKeyframeCommand.Builder toBuilder()
PubSubSendKeyframeCommand.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.