NATS C Client with JetStream and Streaming support
3.9.1
The nats.io C Client, Supported by Synadia Communications Inc.
|
#include <nats.h>
Public Attributes | |
uint64_t | Sequence |
Get the message at this sequence. More... | |
const char * | NextBySubject |
Get the next message (based on sequence) for that subject. More... | |
const char * | LastBySubject |
Get the last message on that subject. More... | |
Options for the js_DirectGetMsg() call, which retrieves a message from any server (not only the leader) as long as the stream has been created with a AllowDirect option.
Note that some options are mutually exclusive but are not checked byt the library. The server will reject invalid requests and the library will return the error returned from the server.
uint64_t jsDirectGetMsgOptions::Sequence |
const char* jsDirectGetMsgOptions::NextBySubject |
const char* jsDirectGetMsgOptions::LastBySubject |