up
This commit is contained in:
12
src/StellaOps.Scanner.Queue/QueueEnvelopeFields.cs
Normal file
12
src/StellaOps.Scanner.Queue/QueueEnvelopeFields.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace StellaOps.Scanner.Queue;
|
||||
|
||||
internal static class QueueEnvelopeFields
|
||||
{
|
||||
public const string Payload = "payload";
|
||||
public const string JobId = "jobId";
|
||||
public const string IdempotencyKey = "idempotency";
|
||||
public const string Attempt = "attempt";
|
||||
public const string EnqueuedAt = "enqueuedAt";
|
||||
public const string TraceId = "traceId";
|
||||
public const string AttributePrefix = "attr:";
|
||||
}
|
||||
Reference in New Issue
Block a user