Files
natsnet/dotnet/src/ZB.MOM.NatsNet.Server/NatsServer.LeafNodes.Subscriptions.cs

10 lines
281 B
C#

// Copyright 2019-2026 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
namespace ZB.MOM.NatsNet.Server;
public sealed partial class NatsServer
{
// Leaf-node subscription fanout is implemented in ConfigAndConnect partial for this batch.
}