MCPcopy
hub / github.com/nats-io/nats.go / WithGroupQueueGroupDisabled

Function WithGroupQueueGroupDisabled

micro/service.go:1003–1007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1001}
1002
1003func WithGroupQueueGroupDisabled() GroupOpt {
1004 return func(g *groupOpts) {
1005 g.qgDisabled = true
1006 }
1007}

Callers 1

TestCustomQueueGroupFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestCustomQueueGroupFunction · 0.74