| 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 | 
| The name of the service.  More... | |
| const char * | Subject | 
| The semantic version of the service.  More... | |
| const char * | QueueGroup | 
| Endpoint's actual queue group (the default "q", or one explicitly set by the user), or omitted if NoQueueGroup was applied.  More... | |
| natsMetadata | Metadata | 
| Metadata for the endpoint, a JSON-encoded user-provided object, e.g. {"key":"value"}More... | |
microEndpointInfo is the struct for the endpoint's static metadata.
| const char* micro_endpoint_info_s::Name | 
| const char* micro_endpoint_info_s::Subject | 
| const char* micro_endpoint_info_s::QueueGroup | 
| natsMetadata micro_endpoint_info_s::Metadata |