Polishing
This commit is contained in:
@@ -122,11 +122,11 @@ public class SimpAnnotationMethodMessageHandler extends AbstractMethodMessageHan
|
||||
this.messageConverter = new CompositeMessageConverter(converters);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Configure a {@link MessageConverter} to use to convert the payload of a message
|
||||
* from serialize form with a specific MIME type to an Object matching the target
|
||||
* method parameter. The converter is also used when sending message to the message
|
||||
* broker.
|
||||
* Configure a {@link MessageConverter} to use to convert the payload of a message from
|
||||
* its serialized form with a specific MIME type to an Object matching the target method
|
||||
* parameter. The converter is also used when sending a message to the message broker.
|
||||
* @see CompositeMessageConverter
|
||||
*/
|
||||
public void setMessageConverter(MessageConverter converter) {
|
||||
|
||||
Reference in New Issue
Block a user