Package com.networknt.httpstring
Class AttachmentConstants
- java.lang.Object
-
- com.networknt.httpstring.AttachmentConstants
-
public class AttachmentConstants extends Object
This class allows the definition of attachment keys shared by multiple modules and thus eliminates dependencies between them- Author:
- ddobrin
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<Map>
AUDIT_INFO
static io.undertow.util.AttachmentKey<io.opentracing.Tracer>
EXCHANGE_TRACER
static io.undertow.util.AttachmentKey<io.opentracing.Span>
ROOT_SPAN
-
Constructor Summary
Constructors Constructor Description AttachmentConstants()
-
-
-
Field Detail
-
ROOT_SPAN
public static final io.undertow.util.AttachmentKey<io.opentracing.Span> ROOT_SPAN
-
EXCHANGE_TRACER
public static final io.undertow.util.AttachmentKey<io.opentracing.Tracer> EXCHANGE_TRACER
-
AUDIT_INFO
public static final io.undertow.util.AttachmentKey<Map> AUDIT_INFO
-
-