spring-framework / org.springframework.messaging.core / CachingDestinationResolverProxy / resolveDestination

resolveDestination

open fun resolveDestination(name: String): D

Resolves and caches destinations if successfully resolved by the target DestinationResolver implementation.

Parameters

name - the destination name to be resolved

Exceptions

DestinationResolutionException - if the target DestinationResolver reports an error during destination resolution

Return
the currently resolved destination or an already cached destination