Class CachingDestinationResolverProxy<D>
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class CachingDestinationResolverProxy<D> : IDestinationResolver<D>, IDestinationResolver
Type Parameters
D
- Inheritance
-
CachingDestinationResolverProxy<D>
- Implements
- Inherited Members
Constructors
CachingDestinationResolverProxy(IDestinationResolver<D>)
public CachingDestinationResolverProxy(IDestinationResolver<D> targetDestinationResolver)
Parameters
targetDestinationResolver
IDestinationResolver<D>
Methods
ResolveDestination(string)
Resolve the name to a destination
public D ResolveDestination(string name)
Parameters
name
stringthe name to resolve
Returns
- D
the destination if it exists