Skip to content

Commit 2472fb2

Browse files
Add note on client-side callbacks
1 parent 40540e7 commit 2472fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modernization/stranglerfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The next step involves integrating the Particular Service Platform into the faç
2020

2121
![Figure 2 - Strangler Fig with NServiceBus](images/figure-2.png)
2222

23+
In cases where legacy clients expect synchronous request/response behavior, [NServiceBus client-side callbacks](/nservicebus/messaging/callbacks.md) can be used to support gradual adoption of messaging while maintaining compatibility.
24+
2325
### Platform capabilities and initial benefits
2426

2527
By introducing the Particular Service Platform at the API façade level, the system gains several operational benefits immediately—even before any business functionality is migrated:
@@ -60,7 +62,7 @@ The API façade may then be removed entirely, especially if no longer required f
6062

6163
---
6264

63-
### Useful links
65+
### Additional resources
6466

6567
For more information, see the following resources:
6668

0 commit comments

Comments
 (0)