spring-framework / org.springframework.messaging.core / CachingDestinationResolverProxy / <init>

<init>

CachingDestinationResolverProxy()

Create a new CachingDestinationResolverProxy, setting the target DestinationResolver through the #setTargetDestinationResolver bean property.

CachingDestinationResolverProxy(targetDestinationResolver: DestinationResolver<D>)

Create a new CachingDestinationResolverProxy using the given target DestinationResolver to actually resolve destinations.

Parameters

targetDestinationResolver - the target DestinationResolver to delegate to