Table of Contents

Class NatsSvcEndpointBase

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

Endpoint base class exposing general stats.

public abstract class NatsSvcEndpointBase : NatsSubBase, INatsSvcEndpoint, IAsyncDisposable
Inheritance
NatsSvcEndpointBase
Implements
Derived
Inherited Members

Constructors

NatsSvcEndpointBase(NatsConnection, string, string?, NatsSubOpts?)

Properties

AverageProcessingTime

Average processing time in nanoseconds.

Errors

Number of errors.

LastError

Last error message.

Metadata

Endpoint metadata.

Name

The name of the endpoint.

ProcessingTime

Total processing time in nanoseconds.

Requests

Number of requests received.