Skip to main content

Definition

Assembly: CloudNimble.SimpleMessageBus.Dispatch.Amazon.dll Namespace: CloudNimble.SimpleMessageBus.Dispatch.Amazon Inheritance: System.Object

Syntax

Summary

Processes messages from Amazon SQS queues for SimpleMessageBus.

Constructors

.ctor

Creates a new instance of the AmazonSQSProcessor.

Syntax

Parameters

Exceptions

.ctor Inherited

Inherited from object

Syntax

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ProcessQueue

Processes a message from the SQS queue.

Syntax

Parameters

Returns

Type: System.Threading.Tasks.Task<Amazon.SQS.Model.Message> A Task reference for the asynchronous function.

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?
  • CloudNimble.SimpleMessageBus.Dispatch.IQueueProcessor