Uses of Interface
org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
Packages that use DestinationResolvingMessageSendingOperations
Package
Description
Defines interfaces and implementation classes for messaging templates.
-
Uses of DestinationResolvingMessageSendingOperations in org.springframework.messaging.core
Classes in org.springframework.messaging.core that implement DestinationResolvingMessageSendingOperationsModifier and TypeClassDescriptionclassAn extension ofAbstractMessagingTemplatethat adds operations for sending messages to a resolvable destination name.classA messaging template that resolves destinations names toMessageChannel's to send and receive messages from.