IQueueAdapterReceiver Interface

Definition

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

public interface IQueueAdapterReceiver
type IQueueAdapterReceiver = interface
Public Interface IQueueAdapterReceiver

Methods

GetQueueMessagesAsync(Int32)

Retrieves batches from a message queue.

Initialize(TimeSpan)

Initializes this receiver.

MessagesDeliveredAsync(IList<IBatchContainer>)

Notifies the adapter receiver that the messages were delivered to all consumers, so the receiver can take an appropriate action (e.g., delete the messages from a message queue).

Shutdown(TimeSpan)

Receiver is no longer used. Shutdown and clean up.

Applies to