Crate gc_hub_rt_manager
Expand description
This module is responsible for managing the runtime instances of the Service hub.
Modulesยง
- error ๐
- runtime_
handler ๐ - runtime_
manager ๐
Macrosยง
- request
- This macro is used specifically for the function
push_configuration. It simplifies the error handling and logging of the requests to the runtime. If theis_fail_fastflag is set to true, the function will return immediately if an error occurs. Otherwise, the error will be logged and the function will continue.
Structsยง
- GCRuntime
Manager - The runtime manager is responsible for managing the runtimes. Runtimes are only added if they are present in the configuration database.
- GCShared
Runtime Manager
Enumsยง
- Restart
Runtime Error - Error type returned by runtime restart operations.
- Runtime
Manager Error - Start
Runtime Error - Error type returned by runtime start operations.
Type Aliasesยง
- GCRuntime
Identifier ๐