fastiot_sample_services.producer package

Submodules

fastiot_sample_services.producer.producer_module module

class fastiot_sample_services.producer.producer_module.ExampleProducerService(broker_connection=None, **kwargs)[source]
async produce()[source]
async respond(topic, msg)[source]

Short demo on receiving a thing value and sending back the duplication of its value

Return type:

Thing

fastiot_sample_services.producer.run module