Table of Contents

Class CachingDestinationResolverProxy<D>

Namespace
Steeltoe.Messaging.Core
Assembly
Steeltoe.Messaging.MessagingBase.dll
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 string

the name to resolve

Returns

D

the destination if it exists