Create a service for the specific worker
Create a new module declaration
Actual name of the module. Might be changed by the service to avoid name clashes
Promise resolving to the created module declaration
Get a module description from its reference
the module reference
Promise resolving to the module description or undefined if not found
Get a list of available modules
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Service for interacting with modules