Uses of Interface
org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
Packages that use DestinationResolvingMessageRequestReplyOperations
Package
Description
Defines interfaces and implementation classes for messaging templates.
-
Uses of DestinationResolvingMessageRequestReplyOperations in org.springframework.messaging.core
Classes in org.springframework.messaging.core that implement DestinationResolvingMessageRequestReplyOperationsModifier 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.