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

Method GetTaskQueueStats

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

Source from the content-addressed store, hash-verified

464}
465
466func (x *PhysicalTaskQueueInfo) GetTaskQueueStats() *v13.TaskQueueStats {
467 if x != nil {
468 return x.TaskQueueStats
469 }
470 return nil
471}
472
473func (x *PhysicalTaskQueueInfo) GetTaskQueueStatsByPriorityKey() map[int32]*v13.TaskQueueStats {
474 if x != nil {

Calls

no outgoing calls