startClientFactories abstract method

WoT startClientFactories()

Synchronously starts this Servient and returns a scripting_api.WoT runtime object.

In contrast to the start method, this method only initializes the ProtocolClientFactorys and not the ProtocolServers registered with this Servient. This has the advantage that it is not necessary to return a Future.

Implementation

scripting_api.WoT startClientFactories();