Uses of Interface
feign.hystrix.SetterFactory
-
-
Uses of SetterFactory in feign.hystrix
Classes in feign.hystrix that implement SetterFactory Modifier and Type Class Description static class
SetterFactory.Default
Default behavior is to derive the group key fromTarget.name()
and the command key fromFeign.configKey(Class, Method)
.Methods in feign.hystrix with parameters of type SetterFactory Modifier and Type Method Description HystrixFeign.Builder
HystrixFeign.Builder. setterFactory(SetterFactory setterFactory)
Allows you to override hystrix properties such as thread pools and command keys.
-