sgns::processing::TaskKeys¶
#include <TaskKeys.hpp>
Public Functions¶
| Name | |
|---|---|
| std::string | ProcessingPrefix() Returns the processing base prefix for the task queue. |
| std::string | TaskListKey() |
| std::string | SubTaskListKey() |
| std::string | SubTaskListKey(std::string_view taskId) |
| std::string | TaskKey(std::string_view taskId) |
| std::string | SubTaskKey(std::string_view taskId, std::string_view subTaskId) |
| std::string | ClaimableListKey() |
| std::string | ClaimableTaskKey(std::string_view taskId) |
| std::string | ResultTaskKey(std::string_view taskId) |
| std::string | LockKey(std::string_view taskKey) |
Public Functions Documentation¶
function ProcessingPrefix¶
Returns the processing base prefix for the task queue.
Return: "/<prefix_base
function TaskListKey¶
function SubTaskListKey¶
function SubTaskListKey¶
function TaskKey¶
function SubTaskKey¶
function ClaimableListKey¶
function ClaimableTaskKey¶
function ResultTaskKey¶
function LockKey¶
Updated on 2026-06-05 at 17:22:18 -0700