[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `IConsumer\u003cT\u003e` interface, which is part of the `Google.Cloud.Diagnostics.Common` namespace and is found within the `Google.Cloud.Diagnostics.Common.dll` assembly."],["The `IConsumer\u003cT\u003e` interface allows receiving an enumerable of items, either synchronously via `Receive(IEnumerable\u003cT\u003e)` or asynchronously via `ReceiveAsync(IEnumerable\u003cT\u003e, CancellationToken)`."],["The latest documented version of `IConsumer\u003cT\u003e` is 5.2.0, but this page specifically covers version 4.4.0, with other versions available for review."],["`IConsumer\u003cT\u003e` inherits from the `IDisposable` interface, meaning it includes the `Dispose()` method for resource management."],["The items to be received by the `IConsumer\u003cT\u003e` must not be null, as specified by both `Receive` and `ReceiveAsync` methods."]]],[]]