Enum Class ApacheHttpClientObservationDocumentation

java.lang.Object
java.lang.Enum<ApacheHttpClientObservationDocumentation>
io.micrometer.core.instrument.binder.httpcomponents.ApacheHttpClientObservationDocumentation
All Implemented Interfaces:
io.micrometer.observation.docs.ObservationDocumentation, Serializable, Comparable<ApacheHttpClientObservationDocumentation>, Constable

@Deprecated public enum ApacheHttpClientObservationDocumentation extends Enum<ApacheHttpClientObservationDocumentation> implements io.micrometer.observation.docs.ObservationDocumentation
Deprecated.
as of 1.12.0 in favor of HttpComponents 5.x and ApacheHttpClientObservationDocumentation.
ObservationDocumentation for Apache HTTP client instrumentation.

See ApacheHttpClientObservationDocumentation for Apache HTTP client 5 support.

Since:
1.10.0
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static ApacheHttpClientObservationDocumentation[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ApacheHttpClientObservationDocumentation valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null