public interface PubSubConnectionCommands
PubSubSystemCommands related to connections.| Modifier and Type | Field and Description |
|---|---|
static PubSubSystemCommandType<PubSubRestartConnectionCommand,Void> |
PUB_SUB_RESTART_CONNECTION
Command that forces a PubSub connection to restart.
|
static PubSubSystemCommandType<PubSubSendDataSetFieldsCommand,Void> |
PUB_SUB_SEND_DATA_SET_FIELDS
Command that forces the given dataset fields to appear in the next message, even if they would
normally be part of e.g.
|
static PubSubSystemCommandType<PubSubSendKeyframeCommand,Void> |
PUB_SUB_SEND_KEY_FRAME
Command that forces a keyframe to be sent even if not needed.
|
static final PubSubSystemCommandType<PubSubSendKeyframeCommand,Void> PUB_SUB_SEND_KEY_FRAME
static final PubSubSystemCommandType<PubSubSendDataSetFieldsCommand,Void> PUB_SUB_SEND_DATA_SET_FIELDS
static final PubSubSystemCommandType<PubSubRestartConnectionCommand,Void> PUB_SUB_RESTART_CONNECTION
Copyright © 2026. All rights reserved.