Uses of Class
com.qtsurfer.api.client.model.LiveConnectionToken
Packages that use LiveConnectionToken
-
Uses of LiveConnectionToken in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveConnectionTokenModifier and TypeMethodDescriptionLiveExecutionApi.mintLiveConnectionToken()Mint a WebSocket connection token Mints a short-lived token for the WebSocket connection used to receive a run's signals in real time and to call `live.params` (the WebSocket form of `PUT /live/{runId}/params`) — see the \"Live execution\" guide linked from this tag's description for the full protocol.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveConnectionTokenModifier and TypeMethodDescriptionLiveExecutionApi.mintLiveConnectionTokenWithHttpInfo()Mint a WebSocket connection token Mints a short-lived token for the WebSocket connection used to receive a run's signals in real time and to call `live.params` (the WebSocket form of `PUT /live/{runId}/params`) — see the \"Live execution\" guide linked from this tag's description for the full protocol. -
Uses of LiveConnectionToken in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveConnectionToken