-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added document to describe support for naming hierarchy #1655
Conversation
@Particular/azure-service-bus-maintainers @Particular/docs-maintainers please review |
|
||
## Positioning an endpoint in the hierarchy | ||
|
||
NServiceBus provides the capability to an endpoint to register it's Azure Service Bus transport resources inside a namespace hierarchy by replacing part of the addressing logic, the composition strategy. This strategy is responsible for composing the path to an entity in the namespace. Out of the box, the transport comes with a `HierarchyComposition` strategy that allows to specify a lambda expression that can calculate the path for each entity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we describe the default configured strategy and how to override default configuration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll mention the default, how to override is shown at the end of the document already, no need to repeat
needs a rebase |
|
||
for example: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can u append a no-highlight
. if not hljs will guess the langauge and it is not too good at it
more info: https://github.com/Particular/docs.particular.net#inline-code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
c636db6
to
340cce0
Compare
rebased |
No description provided.