Module api

Source
Expand description

Process service API definitions.

This service provides operations that any process can handle, such as graceful shutdown of its process tree.

Structs§

MockProcessService
ShutdownTreeRequest
Request to shutdown a process and its children.
ShutdownTreeResponse
Response from shutdown_tree.

Constants§

METHOD_SHUTDOWN_TREE
Method name for shutdown_tree.
SERVICE_NAME
Service name for process-level operations.

Traits§

ProcessService
Trait for process-level service operations.