The methods allow a post processor to post-process or modify the created message when sending.
Comment From: topikachu
Hi, I add two overloaded send methods so I can calculate the Message Authentication Code (MAC) against the serialized payload.
Comment From: rstoyanchev
These are essentially post-conversion hooks. The same can be intercepted by wrapping the MessageConverter
.