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.String HEADER_FIELD
    Name of the header field that is used to store the Kieker tracing information in HTTP requests and responses.
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected RestConstants()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • HEADER_FIELD

      protected static final java.lang.String HEADER_FIELD
      Name 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