service
pyvider.protocols.service
¶
TODO: Add module docstring.
Classes¶
ProtocolService
¶
Service for handling plugin operations.
Source code in pyvider/protocols/service.py
Functions¶
Shutdown
async
¶
Handle shutdown request.
Source code in pyvider/protocols/service.py
StartStream
async
¶
Handle broker stream start.
Source code in pyvider/protocols/service.py
StopStream
async
¶
StreamStdio
async
¶
Handle streaming standard input/output.
Source code in pyvider/protocols/service.py
handle_shutdown
async
¶
Handle graceful shutdown.