Interface IDestinationResolver
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
Methods
ResolveDestination(string)
Resolve the name to a destination
object ResolveDestination(string name)
Parameters
name
stringthe name to resolve
Returns
- object
the destination if it exists