Interface IDestinationResolver
Strategy for resolving a string name to a destination
Namespace: Steeltoe.Messaging.Core
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IDestinationResolver
Methods
| Edit this page View SourceResolveDestination(String)
Resolve the name to a destination
Declaration
object ResolveDestination(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name to resolve |
Returns
Type | Description |
---|---|
System.Object | the destination if it exists |