Interface OrderedRequestInterceptor

All Superinterfaces:
org.springframework.core.Ordered

public interface OrderedRequestInterceptor extends org.springframework.core.Ordered
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(feign.RequestTemplate requestTemplate)
     
    default int
     
  • Method Details

    • apply

      void apply(feign.RequestTemplate requestTemplate)
    • getOrder

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