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

Method configurePublish

js.go:459–459  ·  view source on GitHub ↗
(opts *pubOpts)

Source from the content-addressed store, hash-verified

457// PubOpt configures options for publishing JetStream messages.
458type PubOpt interface {
459 configurePublish(opts *pubOpts) error
460}
461
462// pubOptFn is a function option used to configure JetStream Publish.

Callers 2

PublishMsgMethod · 0.65
PublishMsgAsyncMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected