Skip to content

Commit

Permalink
Add missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Jun 27, 2024
1 parent 172bd10 commit cbc4764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ArtemisNetCoreClient/ISession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public interface ISession : IAsyncDisposable
/// </summary>
ValueTask<IProducer> CreateProducerAsync(ProducerConfiguration producerConfiguration, CancellationToken cancellationToken = default);

/// <summary>
/// Create an anonymous producer.
/// </summary>
ValueTask<IAnonymousProducer> CreateAnonymousProducerAsync(CancellationToken cancellationToken);

/// <summary>
Expand Down

0 comments on commit cbc4764

Please sign in to comment.