Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
CometD
Module CometD
Index
Variables
onListenerException
Interfaces
ConfigurationOptions
Functions
addListener
init
publish
removeListener
Variables
onListenerException
:
(exception: any, subscriptionHandle: any, isListener: boolean, message: string) => void
Functions
addListener
(
channel
:
string
, listener
:
(message: any) => void
)
Parameters
channel:
string
listener:
(message: any) => void
init
(
options
:
ConfigurationOptions
)
Parameters
options:
ConfigurationOptions
publish
(
channel
:
string
, message
:
any
)
Parameters
channel:
string
message:
any
removeListener
(
listener
:
(message: any) => void
)
Parameters
listener:
(message: any) => void
Globals
CometD
onListenerException
ConfigurationOptions
addListener
init
publish
removeListener