Class RestConstants
java.lang.Object
kieker.monitoring.probe.spring.flow.RestConstants
public class RestConstants
extends java.lang.Object
Provides shared constants that are used by other REST filters and interceptors.
- Since:
- 1.13
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringHEADER_FIELDName of the header field that is used to store the Kieker tracing information in HTTP requests and responses. -
Constructor Summary
Constructors Modifier Constructor Description protectedRestConstants() -
Method Summary
-
Field Details
-
HEADER_FIELD
protected static final java.lang.String HEADER_FIELDName of the header field that is used to store the Kieker tracing information in HTTP requests and responses.- See Also:
- Constant Field Values
-
-
Constructor Details
-
RestConstants
protected RestConstants()
-