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 | |
const char * | Name |
uint64_t | OptStartSeq |
int64_t | OptStartTime |
UTC time expressed as number of nanoseconds since epoch. More... | |
const char * | FilterSubject |
jsExternalStream * | External |
const char * | Domain |
Dictates how streams can source from other streams.
Initialize the object with jsStreamSource_Init.
OptStartTime
needs to be expressed as the number of nanoseconds passed since 00:00:00 UTC Thursday, 1 January 1970.See jsStreamConfig for information on how to configure a stream.
const char* jsStreamSource::Name |
uint64_t jsStreamSource::OptStartSeq |
int64_t jsStreamSource::OptStartTime |
const char* jsStreamSource::FilterSubject |
jsExternalStream* jsStreamSource::External |
const char* jsStreamSource::Domain |