id property

int id
final

The identifier for this channel.

This can be sent across the MultiChannel to provide the remote endpoint a means to connect to this channel. Nothing about this is guaranteed except that it will be JSON-serializable.

Implementation

final int id;