NATS C Client with JetStream and Streaming support  3.9.1
The nats.io C Client, Supported by Synadia Communications Inc.
micro_endpoint_info_s Struct Reference

#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...
 

Detailed Description

microEndpointInfo is the struct for the endpoint's static metadata.

Member Data Documentation

◆ Name

const char* micro_endpoint_info_s::Name

◆ Subject

const char* micro_endpoint_info_s::Subject

◆ QueueGroup

const char* micro_endpoint_info_s::QueueGroup

◆ Metadata

natsMetadata micro_endpoint_info_s::Metadata

The documentation for this struct was generated from the following file: