Table of Contents

Property StatsHandler

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

StatsHandler

Stats handler. JSON object returned by this handler will be included in the service stats data property.

public Func<INatsSvcEndpoint, JsonNode>? StatsHandler { get; init; }

Property Value

Func<INatsSvcEndpoint, JsonNode>