Skip to main content

Definition

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

Syntax

CloudNimble.SimpleMessageBus.Dispatch.AmazonSQSNameResolver

Summary

A INameResolver for SimpleMessageBus instances backed by Amazon SQS.

Constructors

.ctor

Creates a new instance of the AmazonSQSNameResolver.

Syntax

public AmazonSQSNameResolver(Microsoft.Extensions.Options.IOptions<CloudNimble.SimpleMessageBus.Amazon.Core.AmazonSQSOptions> options, CloudNimble.WebJobs.Extensions.Amazon.SQS.SQSNameResolver baseResolver)

Parameters

NameTypeDescription
optionsMicrosoft.Extensions.Options.IOptions<CloudNimble.SimpleMessageBus.Amazon.Core.AmazonSQSOptions>The AmazonSQSOptions to use for configuration.
baseResolverCloudNimble.WebJobs.Extensions.Amazon.SQS.SQSNameResolverThe base SQS name resolver from WebJobs.Extensions.Amazon.

.ctor Inherited

Inherited from object

Syntax

public Object()

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

Resolve

Resolves the specified name.

Syntax

public string Resolve(string name)

Parameters

NameTypeDescription
namestringThe name to resolve.

Returns

Type: string The resolved value.

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?
  • Microsoft.Azure.WebJobs.INameResolver