nodeMount property

String nodeMount
final

The path the Hub mounts its node control channel at.

Must match the Hub's HubConfig.nodeMount. The Hub serves the REST API and the node channel on one listener, so the node has to say which it wants.

Implementation

final String nodeMount;