octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 4 forks source link

Deduce service name in monitor message essentials functions #583

Open cortadocodes opened 1 year ago

cortadocodes commented 1 year ago

This could be done by making them available on the Analysis class and passing the service name to the analysis constructor.

Alternatively, does the message handler not already know the ID of the service it's receiving messages from? If so, the service name doesn't need to be passed to the monitor message functions at all.