Package org.apache.synapse.commons
Class CorrelationConstants
- java.lang.Object
-
- org.apache.synapse.commons.CorrelationConstants
-
public class CorrelationConstants extends Object
constants for correlation logging
-
-
Field Summary
Fields Modifier and Type Field Description static String
CORRELATION_ID
static String
CORRELATION_LOGS_SYS_PROPERTY
static String
CORRELATION_MDC_PROPERTY
static String
RESTRICT_HEADERS_SYS_PROP
static String
SYSTEM_GENERATED_CORRELATION_ID
-
Constructor Summary
Constructors Constructor Description CorrelationConstants()
-
-
-
Field Detail
-
CORRELATION_ID
public static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
CORRELATION_MDC_PROPERTY
public static final String CORRELATION_MDC_PROPERTY
- See Also:
- Constant Field Values
-
CORRELATION_LOGS_SYS_PROPERTY
public static final String CORRELATION_LOGS_SYS_PROPERTY
- See Also:
- Constant Field Values
-
SYSTEM_GENERATED_CORRELATION_ID
public static final String SYSTEM_GENERATED_CORRELATION_ID
- See Also:
- Constant Field Values
-
RESTRICT_HEADERS_SYS_PROP
public static final String RESTRICT_HEADERS_SYS_PROP
- See Also:
- Constant Field Values
-
-