Files
mxaccessgw/src/MxGateway.Server/Configuration/EffectiveEventConfiguration.cs
T
2026-04-26 16:11:30 -04:00

6 lines
148 B
C#

namespace MxGateway.Server.Configuration;
public sealed record EffectiveEventConfiguration(
int QueueCapacity,
string BackpressurePolicy);