supervisor_pydantic.RpcInterfaceConfiguration

pydantic model supervisor_pydantic.RpcInterfaceConfiguration[source]

Bases: _BaseCfgModel

to_cfg(key: str) str[source]
field rpcinterface_factory: str = 'supervisor.rpcinterface:make_main_rpcinterface'

pkg_resources “entry point” dotted name to your RPC interface’s factory function.

field kwargs: Dict[str, Any] | None = None