You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nservicebus/upgrades/9.1to9.2/index.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,16 @@ In NServiceBus 9.2.x, the DataBus feature was removed from `NServiceBus.Core` an
14
14
15
15
The namespace for the DataBus feature has also changed from `NServiceBus.DataBus` to `NServiceBus.ClaimCheck`.
16
16
17
-
Update endpoint configuration code to use the new package and namespace. The API surface between the old and the new code remains the same.
17
+
Update endpoint configuration code to use the new package and namespace. The API surface between the old and the new code has changed to use the term ClaimCheck instead of DataBus. The table below shows the mapping from the DataBus configuration types to their ClaimCheck equivalents.
The NServiceBus.ClaimCheck library is line-level compatible with NServiceBus.DataBus, endpoints using NServiceBus.DataBus need not be upgraded to ClaimCheck all at once .
0 commit comments