Uses of Interface
org.springframework.messaging.core.MessageRequestReplyOperations
Packages that use MessageRequestReplyOperations
Package
Description
Defines interfaces and implementation classes for messaging templates.
-
Uses of MessageRequestReplyOperations in org.springframework.messaging.core
Subinterfaces of MessageRequestReplyOperations in org.springframework.messaging.coreModifier and TypeInterfaceDescriptioninterfaceExtendsMessageRequestReplyOperationsand adds operations for sending and receiving messages to and from a destination specified as a (resolvable) String name.Classes in org.springframework.messaging.core that implement MessageRequestReplyOperationsModifier and TypeClassDescriptionclassAn extension ofAbstractMessagingTemplatethat adds operations for sending messages to a resolvable destination name.classAn extension ofAbstractMessageReceivingTemplatethat adds support for request-reply style operations as defined byMessageRequestReplyOperations.classA messaging template that resolves destinations names toMessageChannel's to send and receive messages from.