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

Method Subject

jetstream/message.go:46–46  ·  view source on GitHub ↗

Subject returns a subject on which a message was published/received.

()

Source from the content-addressed store, hash-verified

44
45 // Subject returns a subject on which a message was published/received.
46 Subject() string
47
48 // Reply returns a reply subject for a message.
49 Reply() string

Callers 3

TestMessageDetailsFunction · 0.65
TestJetStreamTransformFunction · 0.65
TestOrderedConsumerFetchFunction · 0.65

Implementers 1

jetStreamMsgjetstream/message.go

Calls

no outgoing calls

Tested by 3

TestMessageDetailsFunction · 0.52
TestJetStreamTransformFunction · 0.52
TestOrderedConsumerFetchFunction · 0.52