NATS C Client with JetStream and Streaming support
3.9.1
The nats.io C Client, Supported by Synadia Communications Inc.
|
Functions | |
NATS_EXTERN natsStatus | natsInbox_Create (natsInbox **newInbox) |
Creates an inbox. More... | |
NATS_EXTERN void | natsInbox_Destroy (natsInbox *inbox) |
Destroys the inbox. More... | |
NATS Inboxes.
NATS_EXTERN natsStatus natsInbox_Create | ( | natsInbox ** | newInbox | ) |
Returns an inbox string which can be used for directed replies from subscribers. These are guaranteed to be unique, but can be shared and subscribed to by others.
newInbox | the location where to store a pointer to the newly created natsInbox. |
NATS_EXTERN void natsInbox_Destroy | ( | natsInbox * | inbox | ) |
Destroys the inbox.
inbox | the pointer to the natsInbox object to destroy. |