程序包 org.springframework.messaging.handler.annotation
Annotations and support classes for handling messages.
接口概要 接口 说明 ValueConstants Common annotation value constants.注释类型概要 注释类型 说明 DestinationVariable Annotation that indicates a method parameter should be bound to a template variable in a destination template string.Header Annotation which indicates that a method parameter should be bound to a message header.Headers Annotation which indicates that a method parameter should be bound to the headers of a message.MessageExceptionHandler Annotation for handling exceptions thrown from message-handling methods within a specific handler class.MessageMapping Payload Annotation that binds a method parameter to the payload of a message.SendTo Annotation that indicates a method's return value should be converted to aMessage
if necessary and sent to the specified destination.