AbstractDestinationResolvingMessagingTemplate.setDestinationResolver

Configure the {@link DestinationResolver} to use to resolve string destination names into actual destinations of type {@code !(T)}. <p>This field does not have a default setting. If not configured, methods that require resolving a destination name will raise an {@link IllegalArgumentException}. @param destinationResolver the destination resolver to use

class AbstractDestinationResolvingMessagingTemplate(T)
void
setDestinationResolver
(
DestinationResolver!(T) destinationResolver
)

Meta