Interface IDestinationResolver<T>
A typed strategy for resolving a string name to a destination
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
stringthe name to resolve
Returns
- T
the destination if it exists