Definition
Assembly: CloudNimble.SimpleMessageBus.Dispatch.Amazon.dll Namespace: CloudNimble.SimpleMessageBus.Dispatch Inheritance: System.ObjectSyntax
Summary
A INameResolver for SimpleMessageBus instances backed by Amazon SQS.Constructors
.ctor
Creates a new instance of the AmazonSQSNameResolver.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
options | Microsoft.Extensions.Options.IOptions<CloudNimble.SimpleMessageBus.Amazon.Core.AmazonSQSOptions> | The AmazonSQSOptions to use for configuration. |
baseResolver | CloudNimble.WebJobs.Extensions.Amazon.SQS.SQSNameResolver | The base SQS name resolver from WebJobs.Extensions.Amazon. |
.ctor Inherited
Inherited from
objectSyntax
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
Resolve
Resolves the specified name.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
name | string | The name to resolve. |
Returns
Type:string
The resolved value.
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Related APIs
- Microsoft.Azure.WebJobs.INameResolver