MCPcopy Create free account
hub / github.com/temporalio/temporal / ID

Method ID

common/tasks/sequential_task_queue.go:8–8  ·  view source on GitHub ↗

ID return the ID of the queue, as well as the tasks inside (same)

()

Source from the content-addressed store, hash-verified

6 SequentialTaskQueue[T Task] interface {
7 // ID return the ID of the queue, as well as the tasks inside (same)
8 ID() any
9 // Add push a task to the task set
10 Add(T)
11 // Remove pop a task from the task set

Callers 15

AdminListShardTasksFunction · 0.65
AdminRemoveTaskFunction · 0.65
ExampleTaskBlobEncoderFunction · 0.65
TestPredefinedTasksFunction · 0.65
RunMethod · 0.65
TestDLQCommand_V2Function · 0.65
ReadMessagesMethod · 0.65
getDLQKeyMethod · 0.65
getCategoriesListFunction · 0.65
getCategoryByIDFunction · 0.65
TestClientFunction · 0.65

Implementers 2

SequentialTaskQueueservice/history/replication/sequential
SequentialBatchableTaskQueueservice/history/replication/sequential

Calls

no outgoing calls

Tested by 15

ExampleTaskBlobEncoderFunction · 0.52
TestPredefinedTasksFunction · 0.52
RunMethod · 0.52
TestDLQCommand_V2Function · 0.52
TestClientFunction · 0.52
TestGetDLQTasksMethod · 0.52
TestPurgeDLQTasksMethod · 0.52
setDefaultMergeParamsMethod · 0.52
TestAutoEnableMethod · 0.52