mirror of
https://github.com/nats-io/nats.go.git
synced 2025-10-05 08:37:12 +08:00
Started implementation of direct gets by subject
This commit is contained in:
3
js.go
3
js.go
@@ -169,6 +169,9 @@ const (
|
||||
// apiMsgGetT is the endpoint to perform a direct get of a message.
|
||||
apiDirectMsgGetT = "DIRECT.GET.%s"
|
||||
|
||||
// apiDirectMsgGetLastBySubjectT is the endpoint to perform a direct get of a message by subject.
|
||||
apiDirectMsgGetLastBySubjectT = "DIRECT.GET.%s.%s"
|
||||
|
||||
// apiMsgDeleteT is the endpoint to remove a message.
|
||||
apiMsgDeleteT = "STREAM.MSG.DELETE.%s"
|
||||
|
||||
|
Reference in New Issue
Block a user