Class NatsSvcServer.Group
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
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.