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

Function WithGroupQueueGroup

micro/service.go:997–1001  ·  view source on GitHub ↗
(queueGroup string)

Source from the content-addressed store, hash-verified

995}
996
997func WithGroupQueueGroup(queueGroup string) GroupOpt {
998 return func(g *groupOpts) {
999 g.queueGroup = queueGroup
1000 }
1001}
1002
1003func WithGroupQueueGroupDisabled() GroupOpt {
1004 return func(g *groupOpts) {

Callers 2

TestCustomQueueGroupFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestCustomQueueGroupFunction · 0.74