Table of Contents

Class ConsumerListResponse

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

A response from the JetStream $JS.API.CONSUMER.LIST API

public record ConsumerListResponse : IterableResponse, IEquatable<IterableResponse>, IEquatable<ConsumerListResponse>
Inheritance
ConsumerListResponse
Implements
Inherited Members

Properties

Consumers

Full Consumer information for each known Consumer

Missing

In clustered environments gathering Consumer info might time out, this list would be a list of Consumers for which information was not obtainable

Offline

Consumers that are offline, keyed by Consumer name with the reason as the value. A Consumer goes offline when it requires a higher API level than the server supports. Offline Consumers are also listed in Missing.