Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ configureJSContext
Method
configureJSContext
js.go:335–335 ·
view source on GitHub ↗
(opts *jsOpts)
Source
from the content-addressed store, hash-verified
333
// JSOpt configures a JetStreamContext.
334
type
JSOpt
interface
{
335
configureJSContext(opts *jsOpts) error
336
}
337
338
// jsOptFn configures an option for the JetStreamContext.
Callers
2
JetStream
Method · 0.65
getJSContextOpts
Function · 0.65
Implementers
4
ClientTrace
js.go
StreamPurgeRequest
jsm.go
StreamInfoRequest
jsm.go
ContextOpt
js.go
Calls
no outgoing calls
Tested by
no test coverage detected