Skip to content

Commit

Permalink
Update ConsumerPipeline.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Apr 22, 2024
1 parent 795c4b7 commit 4b19f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HouseofCat.RabbitMQ/Pipelines/ConsumerPipeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface IConsumerPipeline
bool Started { get; }

Task AwaitCompletionAsync();
Task StartAsync(bool useStream, CancellationToken cancellationToken = default);
Task StartAsync(bool useStream, CancellationToken token = default);
Task StopAsync(bool immediate = false);
}

Expand Down

0 comments on commit 4b19f52

Please sign in to comment.