start abstract method

Future<WoT> start()

Starts this Servient and returns a scripting_api.WoT runtime object.

The scripting_api.WoT runtime can be used for consuming, producing, and discovering Things.

Implementation

Future<scripting_api.WoT> start();