# IQueueAdapterReceiver

Package: [Microsoft.Orleans.Streaming](/orleans/docs/api/csharp/microsoft.orleans.streaming/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming)

```csharp
public interface IQueueAdapterReceiver
```

Receives batches of messages from a single partition of a message queue.

## Methods

- [GetQueueMessagesAsync(int)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapterreceiver/methods/getqueuemessagesasync-int-ba1b1536/)
- [Initialize(TimeSpan)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapterreceiver/methods/initialize-system-timespan-2596b2b8/)
- [MessagesDeliveredAsync(IList&lt;IBatchContainer&gt;)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapterreceiver/methods/messagesdeliveredasync-system-collections-generic-ilist-orleans-streams-ibatchco-e63c09ed/)
- [Shutdown(TimeSpan)](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapterreceiver/methods/shutdown-system-timespan-06c02708/)
