|
NATS C Client with JetStream and Streaming support
3.13.0
The nats.io C Client, Supported by Synadia Communications Inc.
|
#include <nats.h>
Public Attributes | |
| char * | Name |
| char * | Leader |
| jsPeerInfo ** | Replicas |
| int | ReplicasLen |
| char * | RaftGroup |
| int64_t | LeaderSince |
| UTC time expressed as number of nanoseconds since epoch. | |
| bool | SystemAcc |
| char * | TrafficAcc |
Information about the underlying set of servers that make up the stream or consumer.
| char* jsClusterInfo::Name |
| char* jsClusterInfo::Leader |
| jsPeerInfo** jsClusterInfo::Replicas |
| int jsClusterInfo::ReplicasLen |
| char* jsClusterInfo::RaftGroup |
| int64_t jsClusterInfo::LeaderSince |
| bool jsClusterInfo::SystemAcc |
| char* jsClusterInfo::TrafficAcc |