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

Struct orderedSubscription

jetstream/ordered.go:51–56  ·  jetstream/ordered.go::orderedSubscription

Source from the content-addressed store, hash-verified

49 }
50
51 orderedSubscription struct {
52 consumer *orderedConsumer
53 opts []PullMessagesOpt
54 done chan struct{}
55 closed atomic.Uint32
56 }
57
58 cursor struct {
59 streamSeq uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected