diff --git a/multi/multi__addressing_all_instances_of_a_service.html b/multi/multi__addressing_all_instances_of_a_service.html index d5d8d26..ff921d3 100644 --- a/multi/multi__addressing_all_instances_of_a_service.html +++ b/multi/multi__addressing_all_instances_of_a_service.html @@ -1,3 +1,6 @@
-The "destination" parameter is used in a Spring PathMatcher (with the path separator as a colon :) to determine if an instance will process the message. Using the example from above, "/bus/refresh?destination=customers:**" will target all instances of the "customers" service regardless of the rest of the service ID.
The “destination” parameter is used in a Spring PathMatcher (with the path separator
+as a colon — :) to determine if an instance processes the message. Using the example
+from earlier, /bus/refresh?destination=customers:** targets all instances of the
+“customers” service regardless of the rest of the service ID.