Skip to content

Commit

Permalink
deploy: 1905cb2
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Dec 12, 2024
1 parent 2ea4086 commit ee487ae
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion getting-started/administration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/publishing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/queues/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
6 changes: 3 additions & 3 deletions getting-started/serialization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2 id="data-serializer" class="section"><a class="anchor-link left" href="#data
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="keyword">import</span><span> </span><span class="identifier">com</span><span>.</span><span class="identifier">commercetools</span><span>.</span><span class="identifier">queue</span><span>.</span><span class="type-name">Serializer</span><span>

</span><span class="keyword">implicit</span><span> </span><span class="keyword">val</span><span> </span><span class="identifier">serializer</span><span>: </span><span class="type-name">Serializer</span><span>[</span><span class="type-name">Int</span><span>] = </span><span class="identifier">_</span><span>.</span><span class="identifier">toString</span><span>
</span><span class="comment">// serializer: Serializer[Int] = repl.MdocSession$MdocApp$$anonfun$1@6766caf3</span></code></pre>
</span><span class="comment">// serializer: Serializer[Int] = repl.MdocSession$MdocApp$$anonfun$1@26710516</span></code></pre>
<p>The library provides natively a <em>no-op</em> serializer for <code>String</code>s.</p>

<h2 id="data-deserializer" class="section"><a class="anchor-link left" href="#data-deserializer"><i class="icofont-laika link">&#xef71;</i></a>Data <code>Deserializer</code></h2>
Expand All @@ -142,7 +142,7 @@ <h2 id="data-deserializer" class="section"><a class="anchor-link left" href="#da
</span><span class="keyword">import</span><span> </span><span class="identifier">com</span><span>.</span><span class="identifier">commercetools</span><span>.</span><span class="identifier">queue</span><span>.</span><span class="type-name">Deserializer</span><span>

</span><span class="keyword">implicit</span><span> </span><span class="keyword">val</span><span> </span><span class="identifier">deserializer</span><span>: </span><span class="type-name">Deserializer</span><span>[</span><span class="type-name">Int</span><span>] = </span><span class="identifier">s</span><span> =&gt; </span><span class="type-name">Either</span><span>.</span><span class="identifier">catchNonFatal</span><span>(</span><span class="identifier">s</span><span>.</span><span class="identifier">toInt</span><span>)
</span><span class="comment">// deserializer: Deserializer[Int] = repl.MdocSession$MdocApp$$anonfun$2@1cf3fff8</span></code></pre>
</span><span class="comment">// deserializer: Deserializer[Int] = repl.MdocSession$MdocApp$$anonfun$2@477aa046</span></code></pre>
<p>The library provides natively a <em>no-op</em> deserializer for <code>String</code>s.</p>

<h2 id="library-integration" class="section"><a class="anchor-link left" href="#library-integration"><i class="icofont-laika link">&#xef71;</i></a>Library integration</h2>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/stats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/subscribing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion integrations/circe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 active nav-leaf"><a href="#">Circe</a></li>
<li class="level2 nav-leaf"><a href="../otel4s/">Otel4s</a></li>
<li class="level2 active nav-leaf"><a href="#">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion integrations/otel4s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../../systems/service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../../systems/pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../circe/">Circe</a></li>
<li class="level2 active nav-leaf"><a href="#">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion systems/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion systems/pubsub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 active nav-leaf"><a href="#">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion systems/service-bus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 active nav-leaf"><a href="#">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down
2 changes: 1 addition & 1 deletion systems/sqs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<li class="level2 nav-leaf"><a href="../service-bus/">Azure Service Bus Queues</a></li>
<li class="level2 nav-leaf"><a href="../pubsub/">GCP PubSub</a></li>
<li class="level1 nav-header">Library Integrations</li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/otel4s/">Otel4s</a></li>
<li class="level2 nav-leaf"><a href="../../integrations/circe/">Circe</a></li>
</ul>

</nav>
Expand Down

0 comments on commit ee487ae

Please sign in to comment.