diff --git a/src/Cap.Consistency.Server/IConsumer.cs b/src/Cap.Consistency.Server/IConsumer.cs index b1eb299..4737859 100644 --- a/src/Cap.Consistency.Server/IConsumer.cs +++ b/src/Cap.Consistency.Server/IConsumer.cs @@ -5,7 +5,7 @@ namespace Cap.Consistency.Server { public interface IConsumer : IDisposable { - void Start(); + void Start(); void Start(int count);