Expand description
Process service API definitions.
This service provides operations that any process can handle, such as graceful shutdown of its process tree.
Structs§
- Mock
Process Service - Shutdown
Tree Request - Request to shutdown a process and its children.
- Shutdown
Tree Response - Response from
shutdown_tree.
Constants§
- METHOD_
SHUTDOWN_ TREE - Method name for
shutdown_tree. - SERVICE_
NAME - Service name for process-level operations.
Traits§
- Process
Service - Trait for process-level service operations.