name property

String name
final

Unique identifier used internally for locating and managing listeners belonging to the same communication topic. Multiple parts of the application can subscribe to the same channel and receive synchronized updates whenever events are emitted through the Channeler singleton.

Implementation

final String name;