Skip to content

Commit

Permalink
minor review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 31, 2024
1 parent 5e2fc45 commit 415b03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nservicebus/messaging/routing_commands_core_[7,).partial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Command routing can be configured in code. The routing API is attached to the transport configuration object because some routing APIs are transport-specific. The routes can be specified at assembly, namespace or specific type levels.
Command routing can be configured in code. The routing API is attached to the transport configuration object because some routing APIs are transport-specific. The routes can be specified at assembly, namespace, or specific type levels.

snippet: Routing-Logical

The routing engine prevents ambiguous routes so if route information comes from more than one source (e.g. code API and configuration file) the user has to make sure the type specifications do not overlap. If they do overlap, an exception will be thrown preventing the endpoint from starting up.
The routing engine prevents ambiguous routes, so if route information comes from more than one source (e.g., code API, and configuration file), the user must ensure that the type specifications do not overlap. If they do, an exception will be thrown, preventing the endpoint from starting up.

0 comments on commit 415b03d

Please sign in to comment.