Package | Description |
---|---|
org.springframework.messaging.core |
Defines interfaces and implementation classes for messaging templates.
|
Modifier and Type | Method and Description |
---|---|
D |
DestinationResolver.resolveDestination(String name)
Resolve the given destination name.
|
D |
CachingDestinationResolverProxy.resolveDestination(String name)
Resolves and caches destinations if successfully resolved by the target
DestinationResolver implementation.
|