Skip to content

Commit ceebdf4

Browse files
author
Rafał Maciąg
committed
docs
1 parent 26651ed commit ceebdf4

File tree

87 files changed

+5782
-2451
lines changed

Some content is hidden

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

87 files changed

+5782
-2451
lines changed

_site/api/MicroPlumberd.AttributeSnaphotPolicy-1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">
@@ -97,7 +97,7 @@ <h1 id="MicroPlumberd_AttributeSnaphotPolicy_1" data-uid="MicroPlumberd.Attribut
9797
<dl><dt>Assembly</dt><dd>MicroPlumberd.dll</dd></dl>
9898
</div>
9999

100-
<div class="markdown summary"><p>Standard snapshot policy that takes into the account time and minimal event occurence from the last taken snapshot.</p>
100+
<div class="markdown summary"><p sourcefile="docs/api/MicroPlumberd.AttributeSnaphotPolicy-1.yml" sourcestartlinenumber="1">Standard snapshot policy that takes into the account time and minimal event occurence from the last taken snapshot.</p>
101101
</div>
102102
<div class="markdown conceptual"></div>
103103

_site/api/MicroPlumberd.BuildInvocationContext.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

_site/api/MicroPlumberd.CommandRequest-1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

_site/api/MicroPlumberd.CommandRequest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

_site/api/MicroPlumberd.DirectConnect.IFaultEnvelope.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

_site/api/MicroPlumberd.EventStoreProjectionManagementClientExtensions.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">
@@ -154,16 +154,16 @@ <h2 class="section" id="methods">Methods
154154

155155
<a id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureJoinProjection_" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureJoinProjection*"></a>
156156

157-
<h3 id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureJoinProjection_EventStore_Client_EventStoreProjectionManagementClient_System_String_MicroPlumberd_IProjectionRegister_System_Collections_Generic_IEnumerable_System_String__" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureJoinProjection(EventStore.Client.EventStoreProjectionManagementClient,System.String,MicroPlumberd.IProjectionRegister,System.Collections.Generic.IEnumerable{System.String})">
158-
EnsureJoinProjection(EventStoreProjectionManagementClient, string, IProjectionRegister, IEnumerable&lt;string&gt;)
157+
<h3 id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureJoinProjection_EventStore_Client_EventStoreProjectionManagementClient_System_String_MicroPlumberd_IProjectionRegister_System_Collections_Generic_IEnumerable_System_String__System_Threading_CancellationToken_" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureJoinProjection(EventStore.Client.EventStoreProjectionManagementClient,System.String,MicroPlumberd.IProjectionRegister,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
158+
EnsureJoinProjection(EventStoreProjectionManagementClient, string, IProjectionRegister, IEnumerable&lt;string&gt;, CancellationToken)
159159
<a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/EventStoreProjectionManagementClientExtensions.cs/#L42"><i class="bi bi-code-slash"></i></a>
160160
</h3>
161161

162162
<div class="markdown level1 summary"></div>
163163
<div class="markdown level1 conceptual"></div>
164164

165165
<div class="codewrapper">
166-
<pre><code class="lang-csharp hljs">public static Task EnsureJoinProjection(this EventStoreProjectionManagementClient client, string outputStream, IProjectionRegister register, IEnumerable&lt;string&gt; eventTypes)</code></pre>
166+
<pre><code class="lang-csharp hljs">public static Task EnsureJoinProjection(this EventStoreProjectionManagementClient client, string outputStream, IProjectionRegister register, IEnumerable&lt;string&gt; eventTypes, CancellationToken token = default)</code></pre>
167167
</div>
168168

169169
<h4 class="section">Parameters</h4>
@@ -176,6 +176,8 @@ <h4 class="section">Parameters</h4>
176176
<dd></dd>
177177
<dt><code>eventTypes</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
178178
<dd></dd>
179+
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
180+
<dd></dd>
179181
</dl>
180182

181183
<h4 class="section">Returns</h4>
@@ -236,16 +238,16 @@ <h4 class="section">Returns</h4>
236238

237239
<a id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureLookupProjection_" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureLookupProjection*"></a>
238240

239-
<h3 id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureLookupProjection_EventStore_Client_EventStoreProjectionManagementClient_MicroPlumberd_IProjectionRegister_System_String_System_String_System_String_" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureLookupProjection(EventStore.Client.EventStoreProjectionManagementClient,MicroPlumberd.IProjectionRegister,System.String,System.String,System.String)">
240-
EnsureLookupProjection(EventStoreProjectionManagementClient, IProjectionRegister, string, string, string)
241+
<h3 id="MicroPlumberd_EventStoreProjectionManagementClientExtensions_EnsureLookupProjection_EventStore_Client_EventStoreProjectionManagementClient_MicroPlumberd_IProjectionRegister_System_String_System_String_System_String_System_Threading_CancellationToken_" data-uid="MicroPlumberd.EventStoreProjectionManagementClientExtensions.EnsureLookupProjection(EventStore.Client.EventStoreProjectionManagementClient,MicroPlumberd.IProjectionRegister,System.String,System.String,System.String,System.Threading.CancellationToken)">
242+
EnsureLookupProjection(EventStoreProjectionManagementClient, IProjectionRegister, string, string, string, CancellationToken)
241243
<a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/EventStoreProjectionManagementClientExtensions.cs/#L28"><i class="bi bi-code-slash"></i></a>
242244
</h3>
243245

244246
<div class="markdown level1 summary"></div>
245247
<div class="markdown level1 conceptual"></div>
246248

247249
<div class="codewrapper">
248-
<pre><code class="lang-csharp hljs">public static Task EnsureLookupProjection(this EventStoreProjectionManagementClient client, IProjectionRegister register, string category, string eventProperty, string outputStreamCategory)</code></pre>
250+
<pre><code class="lang-csharp hljs">public static Task EnsureLookupProjection(this EventStoreProjectionManagementClient client, IProjectionRegister register, string category, string eventProperty, string outputStreamCategory, CancellationToken token = default)</code></pre>
249251
</div>
250252

251253
<h4 class="section">Parameters</h4>
@@ -260,6 +262,8 @@ <h4 class="section">Parameters</h4>
260262
<dd></dd>
261263
<dt><code>outputStreamCategory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
262264
<dd></dd>
265+
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
266+
<dd></dd>
263267
</dl>
264268

265269
<h4 class="section">Returns</h4>

_site/api/MicroPlumberd.ExecutionContext.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

_site/api/MicroPlumberd.IAggregate-1.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989

9090

9191
<h1 id="MicroPlumberd_IAggregate_1" data-uid="MicroPlumberd.IAggregate`1" class="text-break">
92-
Interface IAggregate&lt;TSelf&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L148"><i class="bi bi-code-slash"></i></a>
92+
Interface IAggregate&lt;TSelf&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L149"><i class="bi bi-code-slash"></i></a>
9393
</h1>
9494

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

148148
<h3 id="MicroPlumberd_IAggregate_1_Empty_System_Object_" data-uid="MicroPlumberd.IAggregate`1.Empty(System.Object)">
149149
Empty(object)
150-
<a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L155"><i class="bi bi-code-slash"></i></a>
150+
<a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L156"><i class="bi bi-code-slash"></i></a>
151151
</h3>
152152

153153
<div class="markdown level1 summary"><p>Factory method to create new Aggregates based on identifiers.</p>
@@ -189,7 +189,7 @@ <h2 id="seealso">See Also</h2>
189189
</article>
190190

191191
<div class="contribution d-print-none">
192-
<a href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L148" class="edit-link">Edit this page</a>
192+
<a href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd/Abstractions/IAggregate.cs/#L149" class="edit-link">Edit this page</a>
193193
</div>
194194

195195

_site/api/MicroPlumberd.ICommandBus.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">
@@ -97,7 +97,7 @@ <h1 id="MicroPlumberd_ICommandBus" data-uid="MicroPlumberd.ICommandBus" class="t
9797
<dl><dt>Assembly</dt><dd>MicroPlumberd.CommandBus.Abstractions.dll</dd></dl>
9898
</div>
9999

100-
<div class="markdown summary"><p>Represents a command bus for sending commands.</p>
100+
<div class="markdown summary"><p sourcefile="docs/api/MicroPlumberd.ICommandBus.yml" sourcestartlinenumber="1">Represents a command bus for sending commands.</p>
101101
</div>
102102
<div class="markdown conceptual"></div>
103103

@@ -128,7 +128,7 @@ <h3 id="MicroPlumberd_ICommandBus_SendAsync_System_Object_System_Object_" data-u
128128
<a class="header-action link-secondary" title="View source" href="https://github.com/modelingevolution/micro-plumberd/blob/master/src/MicroPlumberd.CommandBus.Abstractions/ICommandBus.cs/#L14"><i class="bi bi-code-slash"></i></a>
129129
</h3>
130130

131-
<div class="markdown level1 summary"><p>Sends a command asynchronously to the specified recipient - command handler.</p>
131+
<div class="markdown level1 summary"><p sourcefile="docs/api/MicroPlumberd.ICommandBus.yml" sourcestartlinenumber="1">Sends a command asynchronously to the specified recipient - command handler.</p>
132132
</div>
133133
<div class="markdown level1 conceptual"></div>
134134

@@ -139,17 +139,17 @@ <h3 id="MicroPlumberd_ICommandBus_SendAsync_System_Object_System_Object_" data-u
139139
<h4 class="section">Parameters</h4>
140140
<dl class="parameters">
141141
<dt><code>recipientId</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
142-
<dd><p>The ID of the recipient.</p>
142+
<dd><p sourcefile="docs/api/MicroPlumberd.ICommandBus.yml" sourcestartlinenumber="1">The ID of the recipient.</p>
143143
</dd>
144144
<dt><code>command</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
145-
<dd><p>The command to send.</p>
145+
<dd><p sourcefile="docs/api/MicroPlumberd.ICommandBus.yml" sourcestartlinenumber="1">The command to send.</p>
146146
</dd>
147147
</dl>
148148

149149
<h4 class="section">Returns</h4>
150150
<dl class="parameters">
151151
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
152-
<dd><p>A task representing the asynchronous operation.</p>
152+
<dd><p sourcefile="docs/api/MicroPlumberd.ICommandBus.yml" sourcestartlinenumber="1">A task representing the asynchronous operation.</p>
153153
</dd>
154154
</dl>
155155

_site/api/MicroPlumberd.ICommandEnqueued.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="utf-8">

0 commit comments

Comments
 (0)