minos.networks.brokers.publishers.services module¶
- class minos.networks.brokers.publishers.services.BrokerProducerService(**kwargs)[source]¶
 Bases:
aiomisc.service.base.ServiceBroker Producer Service class.
- property context: aiomisc.context.Context¶
 - Return type
 aiomisc.context.Context
- dispatcher¶
 Get the service dispatcher.
- Returns
 A
Producerinstance.
- set_loop(loop)¶
 - Return type
 None
- async start()[source]¶
 Start the service execution.
- Return type
 None- Returns
 This method does not return anything.
- property start_event: asyncio.locks.Event¶
 - Return type
 asyncio.locks.Event