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

Method GetStickyName

api/taskqueue/v1/message.pb.go:559–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557}
558
559func (x *TaskQueuePartition) GetStickyName() string {
560 if x != nil {
561 if x, ok := x.PartitionId.(*TaskQueuePartition_StickyName); ok {
562 return x.StickyName
563 }
564 }
565 return ""
566}
567
568func (x *TaskQueuePartition) GetWorkerCommands() *WorkerCommandsPartitionId {
569 if x != nil {

Callers 1

Implementers 3

StickyPartitioncommon/tqid/task_queue_id.go
WorkerCommandsPartitioncommon/tqid/task_queue_id.go
NormalPartitioncommon/tqid/task_queue_id.go

Calls

no outgoing calls

Tested by

no test coverage detected