Uses of Interface
org.springframework.messaging.core.DestinationResolver
Packages that use DestinationResolver
Package
Description
Defines interfaces and implementation classes for messaging templates.
-
Uses of DestinationResolver in org.springframework.messaging.core
Classes in org.springframework.messaging.core that implement DestinationResolverModifier and TypeClassDescriptionclassAn implementation ofDestinationResolverthat interprets a destination name as the bean name of aMessageChanneland looks up the bean in the configuredBeanFactory.classDestinationResolverimplementation that proxies a target DestinationResolver, caching itsCachingDestinationResolverProxy.resolveDestination(java.lang.String)results.Methods in org.springframework.messaging.core that return DestinationResolverModifier and TypeMethodDescriptionAbstractDestinationResolvingMessagingTemplate.getDestinationResolver()Return the configured destination resolver.Methods in org.springframework.messaging.core with parameters of type DestinationResolverModifier and TypeMethodDescriptionvoidAbstractDestinationResolvingMessagingTemplate.setDestinationResolver(DestinationResolver<D> destinationResolver) Configure theDestinationResolverto use to resolve String destination names into actual destinations of type<D>.voidCachingDestinationResolverProxy.setTargetDestinationResolver(DestinationResolver<D> targetDestinationResolver) Set the target DestinationResolver to delegate to.Constructors in org.springframework.messaging.core with parameters of type DestinationResolverModifierConstructorDescriptionCachingDestinationResolverProxy(DestinationResolver<D> targetDestinationResolver) Create a new CachingDestinationResolverProxy using the given target DestinationResolver to actually resolve destinations.