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

Method configurePull

js.go:2863–2863  ·  view source on GitHub ↗
(opts *pullOpts)

Source from the content-addressed store, hash-verified

2861// PullOpt are the options that can be passed when pulling a batch of messages.
2862type PullOpt interface {
2863 configurePull(opts *pullOpts) error
2864}
2865
2866// PullMaxWaiting defines the max inflight pull requests.

Callers 2

FetchMethod · 0.65
FetchBatchMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected