Table of Contents

Class NatsSvcServer

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

NATS service server.

public class NatsSvcServer : INatsSvcServer, IAsyncDisposable
Inheritance
NatsSvcServer
Implements
Inherited Members

Constructors

NatsSvcServer(NatsConnection, NatsSvcConfig, CancellationToken)

Creates a new instance of NatsSvcServer.

Methods

AddEndpointAsync<T>(Func<NatsSvcMsg<T>, ValueTask>, string?, string?, string?, IDictionary<string, string>?, INatsDeserialize<T>?, CancellationToken)

Adds a new endpoint.

AddGroupAsync(string, string?, CancellationToken)

Adds a new service group with optional queue group.

DisposeAsync()

Stop the service.

GetInfo()

Get current info for the service.

GetStats()

Get current stats for the service.

StopAsync(CancellationToken)

Stop the service.