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

Method GetNormalPartitionId

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

Source from the content-addressed store, hash-verified

548}
549
550func (x *TaskQueuePartition) GetNormalPartitionId() int32 {
551 if x != nil {
552 if x, ok := x.PartitionId.(*TaskQueuePartition_NormalPartitionId); ok {
553 return x.NormalPartitionId
554 }
555 }
556 return 0
557}
558
559func (x *TaskQueuePartition) GetStickyName() string {
560 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