Interface Request

All Known Subinterfaces:
HttpClientRequest, HttpRequest, HttpServerRequest

@Deprecated public interface Request
Deprecated.
scheduled for removal in 1.4.0
This API is taken from OpenZipkin Brave.

Abstract request type used for parsing and sampling.

Since:
1.10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the header names.
    io.micrometer.observation.transport.Kind
    Deprecated.
    Returns the transport kind.
    Deprecated.
    Returns the underlying request object.
  • Method Details

    • headerNames

      Collection<String> headerNames()
      Deprecated.
      Returns the header names.
      Returns:
      collection of header names
    • kind

      io.micrometer.observation.transport.Kind kind()
      Deprecated.
      Returns the transport kind.
      Returns:
      the remote kind describing the direction and type of the request
    • unwrap

      Object unwrap()
      Deprecated.
      Returns the underlying request object.
      Returns:
      the underlying request object or null if there is none