跳过导航链接
A C D E F G H R S T W 

A

apply(RequestTemplate) - 类 中的方法com.github.sparkzxl.feign.interceptor.FeignHeaderRequestInterceptor
 

C

com.github.sparkzxl.feign - 程序包 com.github.sparkzxl.feign
 
com.github.sparkzxl.feign.annoation - 程序包 com.github.sparkzxl.feign.annoation
 
com.github.sparkzxl.feign.config - 程序包 com.github.sparkzxl.feign.config
 
com.github.sparkzxl.feign.exception - 程序包 com.github.sparkzxl.feign.exception
 
com.github.sparkzxl.feign.hystrix - 程序包 com.github.sparkzxl.feign.hystrix
 
com.github.sparkzxl.feign.interceptor - 程序包 com.github.sparkzxl.feign.interceptor
 
com.github.sparkzxl.feign.properties - 程序包 com.github.sparkzxl.feign.properties
 
com.github.sparkzxl.feign.support - 程序包 com.github.sparkzxl.feign.support
 
com.github.sparkzxl.feign.util - 程序包 com.github.sparkzxl.feign.util
 

D

DateFormatRegister - com.github.sparkzxl.feign中的类
在feign调用方配置, 解决入参和出参是以下类型. 1.
DateFormatRegister() - 类 的构造器com.github.sparkzxl.feign.DateFormatRegister
 
dateFormatRegister() - 类 中的方法com.github.sparkzxl.feign.FeignAutoConfiguration
 
DateFormatRegister - com.github.sparkzxl.feign.util中的类
description: 在feign调用方配置, 解决入参和出参是 date 类型.
DateFormatRegister() - 类 的构造器com.github.sparkzxl.feign.util.DateFormatRegister
 
decode(String, Response) - 类 中的方法com.github.sparkzxl.feign.config.FeignExceptionDecoder
 

E

EnableFeignExceptionHandler - com.github.sparkzxl.feign.annoation中的注释类型
description:

F

fallBack() - 类 中的静态方法com.github.sparkzxl.feign.util.ServiceDegradeUtils
 
FeignAutoConfiguration - com.github.sparkzxl.feign中的类
description: OpenFeign 配置
FeignAutoConfiguration() - 类 的构造器com.github.sparkzxl.feign.FeignAutoConfiguration
 
FeignAutoConfiguration.HystrixFeignConfiguration - com.github.sparkzxl.feign中的类
 
FeignExceptionDecoder - com.github.sparkzxl.feign.config中的类
description: 当调用远程服务 其抛出异常捕获
FeignExceptionDecoder() - 类 的构造器com.github.sparkzxl.feign.config.FeignExceptionDecoder
 
FeignExceptionHandler - com.github.sparkzxl.feign.support中的类
description: Springboot WEB应用全局异常处理
FeignExceptionHandler() - 类 的构造器com.github.sparkzxl.feign.support.FeignExceptionHandler
 
feignFormEncoder() - 类 中的方法com.github.sparkzxl.feign.FeignAutoConfiguration
feign 支持MultipartFile上传文件
feignHeaderRequestInterceptor() - 类 中的方法com.github.sparkzxl.feign.FeignAutoConfiguration.HystrixFeignConfiguration
feign client 请求头传播
FeignHeaderRequestInterceptor - com.github.sparkzxl.feign.interceptor中的类
description: feign client 拦截器, 实现将 feign 调用方的 请求头封装到 被调用方的请求头
FeignHeaderRequestInterceptor() - 类 的构造器com.github.sparkzxl.feign.interceptor.FeignHeaderRequestInterceptor
 
feignHystrixBuilder(RequestInterceptor) - 类 中的方法com.github.sparkzxl.feign.FeignAutoConfiguration.HystrixFeignConfiguration
覆盖了 org.springframework.cloud.openfeign.FeignClientsConfiguration 的配置
FeignProperties - com.github.sparkzxl.feign.properties中的类
description: CustomMybatisProperties配置属性类
FeignProperties() - 类 的构造器com.github.sparkzxl.feign.properties.FeignProperties
 

G

getBlockingQueue(int) - 类 中的方法com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
 
getOrder() - 类 中的方法com.github.sparkzxl.feign.config.RegistryFeignExceptionHandler
 
getOrder() - 类 中的方法com.github.sparkzxl.feign.support.FeignExceptionHandler
 
getRequestVariable(HystrixRequestVariableLifecycle<T>) - 类 中的方法com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
 
getThreadLocalHystrixConcurrencyStrategy() - 类 中的方法com.github.sparkzxl.feign.FeignAutoConfiguration
本地线程 Hystrix并发策略
getThreadPool(HystrixThreadPoolKey, HystrixProperty<Integer>, HystrixProperty<Integer>, HystrixProperty<Integer>, TimeUnit, BlockingQueue<Runnable>) - 类 中的方法com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
 
getThreadPool(HystrixThreadPoolKey, HystrixThreadPoolProperties) - 类 中的方法com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
 

H

handleRemoteCallException(RemoteCallException) - 类 中的方法com.github.sparkzxl.feign.support.FeignExceptionHandler
 
handleRetryableException(FeignException) - 类 中的方法com.github.sparkzxl.feign.support.FeignExceptionHandler
 
handleSocketTimeoutException(SocketTimeoutException) - 类 中的方法com.github.sparkzxl.feign.support.FeignExceptionHandler
 
HEADER_NAME_LIST - 类 中的静态变量com.github.sparkzxl.feign.interceptor.FeignHeaderRequestInterceptor
 
HystrixFeignConfiguration() - 类 的构造器com.github.sparkzxl.feign.FeignAutoConfiguration.HystrixFeignConfiguration
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.github.sparkzxl.feign.config.RegistryFeignExceptionHandler
 
registerFormatters(FormatterRegistry) - 类 中的方法com.github.sparkzxl.feign.DateFormatRegister
 
registerFormatters(FormatterRegistry) - 类 中的方法com.github.sparkzxl.feign.util.DateFormatRegister
 
RegistryFeignExceptionHandler - com.github.sparkzxl.feign.config中的类
description: feign异常处理
RegistryFeignExceptionHandler() - 类 的构造器com.github.sparkzxl.feign.config.RegistryFeignExceptionHandler
 
RemoteCallException - com.github.sparkzxl.feign.exception中的异常错误
description: feign远程调用异常
RemoteCallException(int, String, String) - 异常错误 的构造器com.github.sparkzxl.feign.exception.RemoteCallException
 
RemoteCallException(int, String, String, Throwable) - 异常错误 的构造器com.github.sparkzxl.feign.exception.RemoteCallException
 
RemoteCallException(int, String, String, List<ExceptionChain>) - 异常错误 的构造器com.github.sparkzxl.feign.exception.RemoteCallException
 

S

ServiceDegradeUtils - com.github.sparkzxl.feign.util中的类
description: 降级处理工具类
ServiceDegradeUtils() - 类 的构造器com.github.sparkzxl.feign.util.ServiceDegradeUtils
 
setFeignProperties(FeignProperties) - 类 中的方法com.github.sparkzxl.feign.interceptor.FeignHeaderRequestInterceptor
 

T

ThreadLocalHystrixConcurrencyStrategy - com.github.sparkzxl.feign.hystrix中的类
description: 本地线程 Hystrix并发策略
ThreadLocalHystrixConcurrencyStrategy() - 类 的构造器com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
 

W

wrapCallable(Callable<T>) - 类 中的方法com.github.sparkzxl.feign.hystrix.ThreadLocalHystrixConcurrencyStrategy
复制当前线程中的 requestAttributes 和 localMap, 注入到装饰器: WrappedCallable
A C D E F G H R S T W 
跳过导航链接

Copyright © 2022. All rights reserved.