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
-
Method Details
-
apply
void apply(feign.RequestTemplate requestTemplate) -
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-