Table of Contents

Class StreamConsumerSource

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

Identifies a pre-created durable consumer used for stream sourcing or mirroring. When set on a StreamSource, the server uses this consumer instead of creating an ephemeral one. Available on server 2.14+.

public record StreamConsumerSource : IEquatable<StreamConsumerSource>
Inheritance
StreamConsumerSource
Implements
Inherited Members

Properties

DeliverSubject

The subject the server delivers messages to.

Name

Name of the durable consumer to use.