Class: Subscriber

Subscriber(name)

Describe the Subscriber class here.

Constructor

new Subscriber(name)

Describe the constructor here.

Parameters:
Name Type Description
name string

The name of the subscriber.

Source:

Methods

hasCallback()

Check whether the subscriber has a callback.

Source:

Table of contents