minos.networks.brokers.handlers.ports
Classes
Broker Handler Service class. |
|
Broker Port class. |
- class BrokerPort[source]
Bases:
PortBroker Port class.
- handler
Get the service handler.
- Returns
A
Handlerinstance.
- property context: aiomisc.context.Context
- set_loop(loop)
- Parameters
loop (AbstractEventLoop) –
- Return type
None
- async start()
Start the port execution.
- Returns
This method does not return anything.
- Return type
None
- property start_event: asyncio.locks.Event
- class BrokerHandlerService[source]
Bases:
BrokerPortBroker Handler Service class.
- property context: aiomisc.context.Context
- handler
Get the service handler.
- Returns
A
Handlerinstance.
- set_loop(loop)
- Parameters
loop (AbstractEventLoop) –
- Return type
None
- async start()
Start the port execution.
- Returns
This method does not return anything.
- Return type
None
- property start_event: asyncio.locks.Event