heat-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Subscriber
Topic
constructor
params
subscribed
subscriptions
topic
Id
add
equals
is
Empty
is
Subscribed
object
Equals
remove
set
Subscribed
Type parameters
T
Hierarchy
SubscriberTopic
Index
Constructors
constructor
Properties
params
subscribed
subscriptions
topic
Id
Methods
add
equals
is
Empty
is
Subscribed
object
Equals
remove
set
Subscribed
Constructors
constructor
new
Subscriber
Topic
(
topicId
:
string
, params
:
any
)
:
SubscriberTopic
Parameters
topicId:
string
params:
any
Returns
SubscriberTopic
Properties
params
params
:
any
Private
subscribed
subscribed
:
boolean
= false
subscriptions
subscriptions
:
Array
<
Subscription
<
T
>
>
= []
topic
Id
topic
Id
:
string
Methods
add
add
(
subscription
:
Subscription
<
T
>
)
:
void
Parameters
subscription:
Subscription
<
T
>
Returns
void
equals
equals
(
other
:
SubscriberTopic
<
T
>
)
:
boolean
Parameters
other:
SubscriberTopic
<
T
>
Returns
boolean
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
is
Subscribed
is
Subscribed
(
)
:
boolean
Returns
boolean
Private
object
Equals
object
Equals
(
a
:
object
, b
:
object
)
:
boolean
Parameters
a:
object
[
key:
string
]:
any
b:
object
[
key:
string
]:
any
Returns
boolean
remove
remove
(
subscription
:
Subscription
<
T
>
)
:
void
Parameters
subscription:
Subscription
<
T
>
Returns
void
set
Subscribed
set
Subscribed
(
subscribed
:
boolean
)
:
void
Parameters
subscribed:
boolean
Returns
void
Generated using
TypeDoc