10 lines
281 B
C#
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.
|
|
}
|