Interface PreClientHttpRequestInterceptor

All Superinterfaces:
org.springframework.core.Ordered

public interface PreClientHttpRequestInterceptor extends org.springframework.core.Ordered
PreClientHttpRequestInterceptor extensions which supports order.
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    void
    process(org.springframework.http.HttpRequest request, byte[] body)
     
  • Method Details

    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • process

      void process(org.springframework.http.HttpRequest request, byte[] body)