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 | |
jsStreamConfig * | Config |
int64_t | Created |
UTC time expressed as number of nanoseconds since epoch. More... | |
jsStreamState | State |
jsClusterInfo * | Cluster |
jsStreamSourceInfo * | Mirror |
jsStreamSourceInfo ** | Sources |
int | SourcesLen |
jsStreamAlternate ** | Alternates |
int | AlternatesLen |
Configuration and current state for this stream.
Created
is the timestamp when the stream was created, expressed as the number of nanoseconds passed since 00:00:00 UTC Thursday, 1 January 1970. jsStreamConfig* jsStreamInfo::Config |
int64_t jsStreamInfo::Created |
jsStreamState jsStreamInfo::State |
jsClusterInfo* jsStreamInfo::Cluster |
jsStreamSourceInfo* jsStreamInfo::Mirror |
jsStreamSourceInfo** jsStreamInfo::Sources |
int jsStreamInfo::SourcesLen |
jsStreamAlternate** jsStreamInfo::Alternates |
int jsStreamInfo::AlternatesLen |