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

#include <nats.h>

Public Attributes

bool Paused
 
int64_t PauseUntil
 UTC time expressed as number of nanoseconds since epoch. More...
 
int64_t PauseRemaining
 Remaining time in nanoseconds. More...
 

Detailed Description

Request to pause the consumer, used to call js_PauseConsumer.

See also
js_PauseConsumer

Member Data Documentation

◆ Paused

bool jsConsumerPauseResponse::Paused

◆ PauseUntil

int64_t jsConsumerPauseResponse::PauseUntil

◆ PauseRemaining

int64_t jsConsumerPauseResponse::PauseRemaining

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