Search
Preparing search index...
The search index is not available
Aqueduct JavaScript Client
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"aqueduct"
Aqueduct
Module Aqueduct
Index
Modules
Api
Events
Utils
Variables
base
Api
Url
has
Web
Socket
socket
socket
Open
subscriptions
Functions
Initialize
send
Variables
Let
base
Api
Url
base
Api
Url
:
string
Let
has
Web
Socket
has
Web
Socket
:
boolean
Let
socket
socket
:
WebSocket
Let
socket
Open
socket
Open
:
boolean
= false
Let
subscriptions
subscriptions
:
object
Type declaration
[
channel:
string
]:
object
|
undefined
Functions
Const
Initialize
Initialize
(
params
?:
undefined
|
object
)
:
void
Initialize the Aqueduct client. Required to use the client.
Parameters
Optional
params:
undefined
|
object
Returns
void
Const
send
send
(
message
:
string
, tries
?:
number
)
:
void
Parameters
message:
string
Default value
tries:
number
= 0
Returns
void
Globals
base
Api
Url
has
Web
Socket
socket
socket
Open
subscriptions
Initialize
send
Generated using
TypeDoc
Initialize the Aqueduct client. Required to use the client.