NATS Streaming .NET Client  0.1.5
The nats.io .NET Streaming C# Client
STAN.Client.StanConsts Class Reference

Static Public Attributes

static readonly string Version = "0.1.5"
 
static readonly string DefaultNatsURL = "nats://localhost:4222"
 
static readonly int DefaultConnectWait = 2000
 
static readonly string DefaultDiscoverPrefix = "_STAN.discover"
 
static readonly string DefaultACKPrefix = "_STAN.acks"
 
static readonly long DefaultMaxPubAcksInflight = 16384
 
static readonly long DefaultAckWait = 30000
 
static readonly int DefaultMaxInflight = 1024
 
static readonly int DefaultPingInterval = 5000
 
static readonly int DefaultPingMaxOut = 3
 

Detailed Description

NATS Streaming client constants.

Member Data Documentation

◆ DefaultACKPrefix

readonly string STAN.Client.StanConsts.DefaultACKPrefix = "_STAN.acks"
static

DefaultACKPrefix is the prefix subject used to send ACKs to the NATS Streaming server.

◆ DefaultAckWait

readonly long STAN.Client.StanConsts.DefaultAckWait = 30000
static

DefaultAckWait indicates how long the server should wait for an ACK before resending a message.

◆ DefaultConnectWait

readonly int STAN.Client.StanConsts.DefaultConnectWait = 2000
static

DefaultConnectWait is the default timeout used for the connect operation.

◆ DefaultDiscoverPrefix

readonly string STAN.Client.StanConsts.DefaultDiscoverPrefix = "_STAN.discover"
static

DefaultDiscoverPrefix is the prefix subject used to connect to the NATS Streaming server.

◆ DefaultMaxInflight

readonly int STAN.Client.StanConsts.DefaultMaxInflight = 1024
static

DefaultMaxInflight indicates how many messages with outstanding ACKs the server can send.

◆ DefaultMaxPubAcksInflight

readonly long STAN.Client.StanConsts.DefaultMaxPubAcksInflight = 16384
static

DefaultMaxPubAcksInflight is the default maximum number of published messages without outstanding ACKs from the server.

◆ DefaultNatsURL

readonly string STAN.Client.StanConsts.DefaultNatsURL = "nats://localhost:4222"
static

DefaultNatsURL is the default URL the client connects to.

◆ DefaultPingInterval

readonly int STAN.Client.StanConsts.DefaultPingInterval = 5000
static

DefaultPingInterval is the default interval (in milliseconds) at which a connection sends a PING to the server.

◆ DefaultPingMaxOut

readonly int STAN.Client.StanConsts.DefaultPingMaxOut = 3
static

DefaultPingMaxOut is the number of PINGs without a response before the connection is considered lost.

◆ Version

readonly string STAN.Client.StanConsts.Version = "0.1.5"
static

NATS C# streaming client version.


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