Fix typo in message ID generation section#11014
Conversation
Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
|
I have a doubt The idGenerator field in MessageHeaders looks always null, and no static setIdGenerator method provided. but the static getGenerator method will check this null idGenerator first, then the default-idGenerator. I see in spring integration, our IdGeneratorConfigurer will use reflection to set this idGenerator field. is it intentional, what's the harm if we add a static setIdGenerator method. |
That is totally different story from what you have just fixed here. |
No description provided.