Table of Contents

Class NatsSvcServer.Group

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

NATS service group.

public class NatsSvcServer.Group
Inheritance
NatsSvcServer.Group
Inherited Members

Constructors

Group(NatsSvcServer, string, string?, CancellationToken)

Creates a new instance of NatsSvcServer.Group.

Properties

GroupName
QueueGroup

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.