Skip to content

Commit d71e712

Browse files
authored
Merge pull request #4 from migueltotti/main
Update Documentation
2 parents b817413 + 31d2bf0 commit d71e712

71 files changed

Lines changed: 3839 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_site/api/AzureServiceBusFlow.Abstractions.ICommandProducer-1.html

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="docfx:rel" content="../">
1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/documentation/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_ICommandProducer_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.ICommandProducer%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
19+
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/main/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_ICommandProducer_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.ICommandProducer%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989

9090

9191
<h1 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1" class="text-break">
92-
Interface ICommandProducer&lt;TCommand&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L3"><i class="bi bi-code-slash"></i></a>
92+
Interface ICommandProducer&lt;TCommand&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5"><i class="bi bi-code-slash"></i></a>
9393
</h1>
9494

9595
<div class="facts text-secondary">
@@ -125,11 +125,51 @@ <h2 class="section" id="methods">Methods
125125
</h2>
126126

127127

128+
<a id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync*"></a>
129+
130+
<h3 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync__0_AzureServiceBusFlow_Models_MessageOptions_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync(`0,AzureServiceBusFlow.Models.MessageOptions,System.Threading.CancellationToken)">
131+
ProduceCommandAsync(TCommand, MessageOptions, CancellationToken)
132+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L9"><i class="bi bi-code-slash"></i></a>
133+
</h3>
134+
135+
<div class="markdown level1 summary"></div>
136+
<div class="markdown level1 conceptual"></div>
137+
138+
<div class="codewrapper">
139+
<pre><code class="lang-csharp hljs">Task ProduceCommandAsync(TCommand command, MessageOptions messageOptions, CancellationToken cancellationToken)</code></pre>
140+
</div>
141+
142+
<h4 class="section">Parameters</h4>
143+
<dl class="parameters">
144+
<dt><code>command</code> <span class="xref">TCommand</span></dt>
145+
<dd></dd>
146+
<dt><code>messageOptions</code> <a class="xref" href="AzureServiceBusFlow.Models.MessageOptions.html">MessageOptions</a></dt>
147+
<dd></dd>
148+
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
149+
<dd></dd>
150+
</dl>
151+
152+
<h4 class="section">Returns</h4>
153+
<dl class="parameters">
154+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
155+
<dd></dd>
156+
</dl>
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
128168
<a id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync*"></a>
129169

130170
<h3 id="AzureServiceBusFlow_Abstractions_ICommandProducer_1_ProduceCommandAsync__0_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.ICommandProducer`1.ProduceCommandAsync(`0,System.Threading.CancellationToken)">
131171
ProduceCommandAsync(TCommand, CancellationToken)
132-
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5"><i class="bi bi-code-slash"></i></a>
172+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L7"><i class="bi bi-code-slash"></i></a>
133173
</h3>
134174

135175
<div class="markdown level1 summary"></div>
@@ -167,7 +207,7 @@ <h4 class="section">Returns</h4>
167207
</article>
168208

169209
<div class="contribution d-print-none">
170-
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L3" class="edit-link">Edit this page</a>
210+
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/ICommandProducer.cs/#L5" class="edit-link">Edit this page</a>
171211
</div>
172212

173213

docs/_site/api/AzureServiceBusFlow.Abstractions.IEventProducer-1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="docfx:rel" content="../">
1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/documentation/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IEventProducer_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IEventProducer%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
19+
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/main/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IEventProducer_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IEventProducer%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989

9090

9191
<h1 id="AzureServiceBusFlow_Abstractions_IEventProducer_1" data-uid="AzureServiceBusFlow.Abstractions.IEventProducer`1" class="text-break">
92-
Interface IEventProducer&lt;TEvent&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L3"><i class="bi bi-code-slash"></i></a>
92+
Interface IEventProducer&lt;TEvent&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L3"><i class="bi bi-code-slash"></i></a>
9393
</h1>
9494

9595
<div class="facts text-secondary">
@@ -129,7 +129,7 @@ <h2 class="section" id="methods">Methods
129129

130130
<h3 id="AzureServiceBusFlow_Abstractions_IEventProducer_1_ProduceEventAsync__0_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.IEventProducer`1.ProduceEventAsync(`0,System.Threading.CancellationToken)">
131131
ProduceEventAsync(TEvent, CancellationToken)
132-
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L5"><i class="bi bi-code-slash"></i></a>
132+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L5"><i class="bi bi-code-slash"></i></a>
133133
</h3>
134134

135135
<div class="markdown level1 summary"></div>
@@ -167,7 +167,7 @@ <h4 class="section">Returns</h4>
167167
</article>
168168

169169
<div class="contribution d-print-none">
170-
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L3" class="edit-link">Edit this page</a>
170+
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IEventProducer.cs/#L3" class="edit-link">Edit this page</a>
171171
</div>
172172

173173

docs/_site/api/AzureServiceBusFlow.Abstractions.IMessageHandler-1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="docfx:rel" content="../">
1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/documentation/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IMessageHandler_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IMessageHandler%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
19+
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/main/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IMessageHandler_1.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IMessageHandler%601%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989

9090

9191
<h1 id="AzureServiceBusFlow_Abstractions_IMessageHandler_1" data-uid="AzureServiceBusFlow.Abstractions.IMessageHandler`1" class="text-break">
92-
Interface IMessageHandler&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L5"><i class="bi bi-code-slash"></i></a>
92+
Interface IMessageHandler&lt;T&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L5"><i class="bi bi-code-slash"></i></a>
9393
</h1>
9494

9595
<div class="facts text-secondary">
@@ -129,7 +129,7 @@ <h2 class="section" id="methods">Methods
129129

130130
<h3 id="AzureServiceBusFlow_Abstractions_IMessageHandler_1_HandleAsync__0_Azure_Messaging_ServiceBus_ServiceBusReceivedMessage_System_Threading_CancellationToken_" data-uid="AzureServiceBusFlow.Abstractions.IMessageHandler`1.HandleAsync(`0,Azure.Messaging.ServiceBus.ServiceBusReceivedMessage,System.Threading.CancellationToken)">
131131
HandleAsync(T, ServiceBusReceivedMessage, CancellationToken)
132-
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L7"><i class="bi bi-code-slash"></i></a>
132+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L7"><i class="bi bi-code-slash"></i></a>
133133
</h3>
134134

135135
<div class="markdown level1 summary"></div>
@@ -169,7 +169,7 @@ <h4 class="section">Returns</h4>
169169
</article>
170170

171171
<div class="contribution d-print-none">
172-
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L5" class="edit-link">Edit this page</a>
172+
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IMessageHandler.cs/#L5" class="edit-link">Edit this page</a>
173173
</div>
174174

175175

docs/_site/api/AzureServiceBusFlow.Abstractions.IServiceBusMessage.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="docfx:rel" content="../">
1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/documentation/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IServiceBusMessage.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IServiceBusMessage%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
19+
<meta name="docfx:docurl" content="https://github.com/migueltotti/AzureServiceBusFlow/new/main/apiSpec/new?filename=AzureServiceBusFlow_Abstractions_IServiceBusMessage.md&amp;value=---%0Auid%3A%20AzureServiceBusFlow.Abstractions.IServiceBusMessage%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989

9090

9191
<h1 id="AzureServiceBusFlow_Abstractions_IServiceBusMessage" data-uid="AzureServiceBusFlow.Abstractions.IServiceBusMessage" class="text-break">
92-
Interface IServiceBusMessage <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L3"><i class="bi bi-code-slash"></i></a>
92+
Interface IServiceBusMessage <a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L3"><i class="bi bi-code-slash"></i></a>
9393
</h1>
9494

9595
<div class="facts text-secondary">
@@ -124,7 +124,7 @@ <h2 class="section" id="properties">Properties
124124

125125
<h3 id="AzureServiceBusFlow_Abstractions_IServiceBusMessage_CreatedDate" data-uid="AzureServiceBusFlow.Abstractions.IServiceBusMessage.CreatedDate">
126126
CreatedDate
127-
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L6"><i class="bi bi-code-slash"></i></a>
127+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L6"><i class="bi bi-code-slash"></i></a>
128128
</h3>
129129

130130
<div class="markdown level1 summary"></div>
@@ -155,7 +155,7 @@ <h4 class="section">Property Value</h4>
155155

156156
<h3 id="AzureServiceBusFlow_Abstractions_IServiceBusMessage_RoutingKey" data-uid="AzureServiceBusFlow.Abstractions.IServiceBusMessage.RoutingKey">
157157
RoutingKey
158-
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L5"><i class="bi bi-code-slash"></i></a>
158+
<a class="header-action link-secondary" title="View source" href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L5"><i class="bi bi-code-slash"></i></a>
159159
</h3>
160160

161161
<div class="markdown level1 summary"></div>
@@ -186,7 +186,7 @@ <h4 class="section">Property Value</h4>
186186
</article>
187187

188188
<div class="contribution d-print-none">
189-
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/documentation/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L3" class="edit-link">Edit this page</a>
189+
<a href="https://github.com/migueltotti/AzureServiceBusFlow/blob/main/src/AzureServiceBusFlow/Abstractions/IServiceBusMessage.cs/#L3" class="edit-link">Edit this page</a>
190190
</div>
191191

192192

0 commit comments

Comments
 (0)