6 lines
148 B
C#
6 lines
148 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public sealed record EffectiveEventConfiguration(
|
|
int QueueCapacity,
|
|
string BackpressurePolicy);
|