Class PriorityGroupState
Represents the runtime state of a priority group.
public record PriorityGroupState : IEquatable<PriorityGroupState>
- Inheritance
-
PriorityGroupState
- Implements
- Inherited Members
Remarks
This feature is only available on NATS server v2.11 and later.
Properties
- Group
The name of the priority group.
- PinnedClientId
The generated ID of the pinned client (for PinnedClient policy).
- PinnedTs
The timestamp when the client was pinned.