Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
458
type
PubOpt
interface
{
459
configurePublish(opts *pubOpts) error
460
}
461
462
// pubOptFn is a function option used to configure JetStream Publish.
Callers
2
PublishMsg
Method · 0.65
PublishMsgAsync
Method · 0.65
Implementers
1
ContextOpt
js.go
Calls
no outgoing calls
Tested by
no test coverage detected