Uses of Annotation Interface
org.springframework.messaging.handler.annotation.MessageMapping
Packages that use MessageMapping
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
-
Uses of MessageMapping in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation with annotations of type MessageMappingModifier and TypeClassDescription@interface
Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.destination()
.