You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Prerequisites:
18
18
*[AspNet](src/AspNet) - Demonstration of a generic host worker and an ASP.NET workflow starter.
19
19
*[ClientMtls](src/ClientMtls) - How to use client certificate authentication, e.g. for Temporal Cloud.
20
20
*[ContextPropagation](src/ContextPropagation) - Context propagation via interceptors.
21
+
*[CounterInterceptor](src/CounterInterceptor/) - Simple Workflow and Client Interceptors example.
21
22
*[DependencyInjection](src/DependencyInjection) - How to inject dependencies in activities and use generic hosts for workers
22
23
*[Encryption](src/Encryption) - End-to-end encryption with Temporal payload codecs.
23
24
*[Mutex](src/Mutex) - How to implement a mutex as a workflow. Demonstrates how to avoid race conditions or parallel mutually exclusive operations on the same resource.
- the use of a Worker Workflow Interceptor that counts the number of Workflow Executions, Child Workflow Executions, and Activity Executions and the number of Signals and Queries. It is based
4
+
off of the [Java sample](https://github.com/temporalio/samples-java/tree/main) located [here](https://github.com/temporalio/samples-java/tree/main/core/src/main/java/io/temporal/samples/countinterceptor)
5
+
- the use of a Client Workflow Interceptor that counts the number of Workflow Executions and the number of Signals and Queries.
6
+
7
+
To run, first see [README.md](https://github.com/temporalio/samples-dotnet/blob/main/README.md) for prerequisites
0 commit comments