Documentation

NatsSubjects extends Message
in package

Generated from protobuf message <code>plugnmeet.NatsSubjects</code>

Table of Contents

Properties

$chat  : mixed
Generated from protobuf field <code>string chat = 6;</code>
$data_channel  : mixed
Generated from protobuf field <code>string data_channel = 8;</code>
$system_api_worker  : mixed
Generated from protobuf field <code>string system_api_worker = 1;</code>
$system_core_worker  : mixed
core pub/sub worker
$system_js_worker  : mixed
jetstream worker
$system_private  : mixed
Generated from protobuf field <code>string system_private = 5;</code>
$system_public  : mixed
Generated from protobuf field <code>string system_public = 4;</code>
$whiteboard  : mixed
Generated from protobuf field <code>string whiteboard = 7;</code>

Methods

__construct()  : mixed
Constructor.
getChat()  : string
Generated from protobuf field <code>string chat = 6;</code>
getDataChannel()  : string
Generated from protobuf field <code>string data_channel = 8;</code>
getSystemApiWorker()  : string
Generated from protobuf field <code>string system_api_worker = 1;</code>
getSystemCoreWorker()  : string
core pub/sub worker
getSystemJsWorker()  : string
jetstream worker
getSystemPrivate()  : string
Generated from protobuf field <code>string system_private = 5;</code>
getSystemPublic()  : string
Generated from protobuf field <code>string system_public = 4;</code>
getWhiteboard()  : string
Generated from protobuf field <code>string whiteboard = 7;</code>
setChat()  : $this
Generated from protobuf field <code>string chat = 6;</code>
setDataChannel()  : $this
Generated from protobuf field <code>string data_channel = 8;</code>
setSystemApiWorker()  : $this
Generated from protobuf field <code>string system_api_worker = 1;</code>
setSystemCoreWorker()  : $this
core pub/sub worker
setSystemJsWorker()  : $this
jetstream worker
setSystemPrivate()  : $this
Generated from protobuf field <code>string system_private = 5;</code>
setSystemPublic()  : $this
Generated from protobuf field <code>string system_public = 4;</code>
setWhiteboard()  : $this
Generated from protobuf field <code>string whiteboard = 7;</code>

Properties

$chat

Generated from protobuf field <code>string chat = 6;</code>

protected mixed $chat = ''

$data_channel

Generated from protobuf field <code>string data_channel = 8;</code>

protected mixed $data_channel = ''

$system_api_worker

Generated from protobuf field <code>string system_api_worker = 1;</code>

protected mixed $system_api_worker = ''

$system_core_worker

core pub/sub worker

protected mixed $system_core_worker = ''

Generated from protobuf field string system_core_worker = 3;

$system_js_worker

jetstream worker

protected mixed $system_js_worker = ''

Generated from protobuf field string system_js_worker = 2;

$system_private

Generated from protobuf field <code>string system_private = 5;</code>

protected mixed $system_private = ''

$system_public

Generated from protobuf field <code>string system_public = 4;</code>

protected mixed $system_public = ''

$whiteboard

Generated from protobuf field <code>string whiteboard = 7;</code>

protected mixed $whiteboard = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $system_api_worker
@type string $system_js_worker
      jetstream worker
@type string $system_core_worker
      core pub/sub worker
@type string $system_public
@type string $system_private
@type string $chat
@type string $whiteboard
@type string $data_channel

}

getChat()

Generated from protobuf field <code>string chat = 6;</code>

public getChat() : string
Return values
string

getDataChannel()

Generated from protobuf field <code>string data_channel = 8;</code>

public getDataChannel() : string
Return values
string

getSystemApiWorker()

Generated from protobuf field <code>string system_api_worker = 1;</code>

public getSystemApiWorker() : string
Return values
string

getSystemCoreWorker()

core pub/sub worker

public getSystemCoreWorker() : string

Generated from protobuf field string system_core_worker = 3;

Return values
string

getSystemJsWorker()

jetstream worker

public getSystemJsWorker() : string

Generated from protobuf field string system_js_worker = 2;

Return values
string

getSystemPrivate()

Generated from protobuf field <code>string system_private = 5;</code>

public getSystemPrivate() : string
Return values
string

getSystemPublic()

Generated from protobuf field <code>string system_public = 4;</code>

public getSystemPublic() : string
Return values
string

getWhiteboard()

Generated from protobuf field <code>string whiteboard = 7;</code>

public getWhiteboard() : string
Return values
string

setChat()

Generated from protobuf field <code>string chat = 6;</code>

public setChat(string $var) : $this
Parameters
$var : string
Return values
$this

setDataChannel()

Generated from protobuf field <code>string data_channel = 8;</code>

public setDataChannel(string $var) : $this
Parameters
$var : string
Return values
$this

setSystemApiWorker()

Generated from protobuf field <code>string system_api_worker = 1;</code>

public setSystemApiWorker(string $var) : $this
Parameters
$var : string
Return values
$this

setSystemCoreWorker()

core pub/sub worker

public setSystemCoreWorker(string $var) : $this

Generated from protobuf field string system_core_worker = 3;

Parameters
$var : string
Return values
$this

setSystemJsWorker()

jetstream worker

public setSystemJsWorker(string $var) : $this

Generated from protobuf field string system_js_worker = 2;

Parameters
$var : string
Return values
$this

setSystemPrivate()

Generated from protobuf field <code>string system_private = 5;</code>

public setSystemPrivate(string $var) : $this
Parameters
$var : string
Return values
$this

setSystemPublic()

Generated from protobuf field <code>string system_public = 4;</code>

public setSystemPublic(string $var) : $this
Parameters
$var : string
Return values
$this

setWhiteboard()

Generated from protobuf field <code>string whiteboard = 7;</code>

public setWhiteboard(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results