Roblox API Reference

StreamingService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (16)

Type Member History
null ExecuteCommandAsync (string requestId, string commandName, Variant arg) 605
Variant GetEphemeralVariable (string key) 601
Instance GetInstance (string collectorName, string requestId = instanceId) 591
null InvokeCommand (string requestId, string commandName, Variant arg) 601
null RegisterCommand (string commandName, Function function = nil)
null RegisterContextCollector (string collectorName, Function function = nil) 591
null RegisterSequentialCommand (string commandName, Function function = nil) 601
null SetEphemeralVariable (string key, Variant value, int timeToLive = -1) 601
null SetPluginInfoCallback (Function function = nil) 602
null UnregisterCommand (string commandName)
null UnregisterContextCollector (string collectorName) 591
RequestEnded (string requestId) 591
RequestError (string requestId, string errorType, string errorMessage) 591 602
RequestStarted (string requestId, string queryToProcess) 591 601
SequentialCommandsFinished (string requestId, bool success) 601
Stream (string requestId, string streamContent) 591
57 members inherited from Instance

History

Members

ExecuteCommandAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
requestId string none
commandName string none
arg Variant none

History

Tags: [Yields]

GetEphemeralVariable On DevHub

Name Type Default
key string none

History

GetInstance On DevHub

Name Type Default
collectorName string none
requestId string instanceId

History

InvokeCommand On DevHub

Name Type Default
requestId string none
commandName string none
arg Variant none

History

RegisterCommand On DevHub

Name Type Default
commandName string none
function Function nil

RegisterContextCollector On DevHub

Name Type Default
collectorName string none
function Function nil

History

RegisterSequentialCommand On DevHub

Name Type Default
commandName string none
function Function nil

History

RequestEnded On DevHub

Name Type Default
requestId string none

History

RequestError On DevHub

Name Type Default
requestId string none
errorType string none
errorMessage string none

History

RequestStarted On DevHub

Name Type Default
requestId string none
queryToProcess string none

History

SequentialCommandsFinished On DevHub

Name Type Default
requestId string none
success bool none

History

SetEphemeralVariable On DevHub

Name Type Default
key string none
value Variant none
timeToLive int -1

History

SetPluginInfoCallback On DevHub

Name Type Default
function Function nil

History

Stream On DevHub

Name Type Default
requestId string none
streamContent string none

History

UnregisterCommand On DevHub

Name Type Default
commandName string none

UnregisterContextCollector On DevHub

Name Type Default
collectorName string none

History

Relevant classes (1)