Table of Contents

Interface IDestinationResolver<T>

Namespace
Steeltoe.Messaging.Core
Assembly
Steeltoe.Messaging.Abstractions.dll

A typed strategy for resolving a string name to a destination

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IDestinationResolver<out T> : IDestinationResolver

Type Parameters

T

the type of destinations this resolver returns

Methods

ResolveDestination(string)

Resolve the name to a destination

T ResolveDestination(string name)

Parameters

name string

the name to resolve

Returns

T

the destination if it exists