How to migrate from WithWillMessage to WithWillTopic? #1418
Unanswered
ramonsmits
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In version 4 all possible values for a will message are separate properties and "With..." calls. The reason is that a will message is not a 100% compatible message which usually gets published. Some values are not available so in version 4 this fact is represented by splitting the will message into separate properties and the payload can be added with WithWillPayload. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v4 removed WithWillMessage but WithWillTopic does not allow to pass a payload. How to do that?
Beta Was this translation helpful? Give feedback.
All reactions