Skip to content

Commit

Permalink
Update RabbitService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Apr 29, 2024
1 parent 88e7a8e commit 687366a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HouseofCat.RabbitMQ/Services/RabbitService.cs
Expand Up @@ -44,6 +44,7 @@ public interface IRabbitService
Task<T> GetAsync<T>(string queueName);
IConsumer<IReceivedMessage> GetConsumer(string consumerName);

Task StartAsync(Func<IPublishReceipt, ValueTask> processReceiptAsync = null);
ValueTask ShutdownAsync(bool immediately);
}

Expand Down

0 comments on commit 687366a

Please sign in to comment.