#include <nats.h>
|
int64_t | Expires |
| Expiration of the request, expressed in nanoseconds. More...
|
|
int | Batch |
| Maximum number of messages to be received (see MaxBytes) More...
|
|
int64_t | MaxBytes |
| Maximum bytes for the request (request complete based on whichever Batch or MaxBytes comes first) More...
|
|
bool | NoWait |
| Will not wait if the request cannot be completed. More...
|
|
int64_t | Heartbeat |
| Have server sends heartbeats to help detect communication failures. More...
|
|
Options for the natsSubscription_FetchRequest() call, which is similar to natsSubscription_Fetch() but gives more control in the configuration of the fetch.
◆ Expires
int64_t jsFetchRequest::Expires |
◆ Batch
int jsFetchRequest::Batch |
◆ MaxBytes
int64_t jsFetchRequest::MaxBytes |
◆ NoWait
bool jsFetchRequest::NoWait |
◆ Heartbeat
int64_t jsFetchRequest::Heartbeat |
The documentation for this struct was generated from the following file: