We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WorkerEvents
1 parent 68f1140 commit 7a15e16Copy full SHA for 7a15e16
src/Camunda.Worker/Execution/WorkerEvents.cs
@@ -1,9 +1,11 @@
1
using System;
2
+using System.Diagnostics.CodeAnalysis;
3
using System.Threading;
4
using System.Threading.Tasks;
5
6
namespace Camunda.Worker.Execution
7
{
8
+ [ExcludeFromCodeCoverage]
9
public class WorkerEvents
10
11
public Func<IServiceProvider, CancellationToken, Task> OnBeforeFetchAndLock { get; set; } =
0 commit comments