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

Method GetDispatchBuildId

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

Source from the content-addressed store, hash-verified

777}
778
779func (x *TaskForwardInfo) GetDispatchBuildId() string {
780 if x != nil {
781 return x.DispatchBuildId
782 }
783 return ""
784}
785
786func (x *TaskForwardInfo) GetDispatchVersionSet() string {
787 if x != nil {

Calls

no outgoing calls