Uses of Interface
feign.hystrix.FallbackFactory
-
-
Uses of FallbackFactory in feign.hystrix
Classes in feign.hystrix that implement FallbackFactory Modifier and Type Class Description static classFallbackFactory.Default<T>Returns a constant fallback after logging the cause to FINE level.Methods in feign.hystrix with parameters of type FallbackFactory Modifier and Type Method Description <T> THystrixFeign.Builder. target(feign.Target<T> target, FallbackFactory<? extends T> fallbackFactory)<T> THystrixFeign.Builder. target(java.lang.Class<T> apiType, java.lang.String url, FallbackFactory<? extends T> fallbackFactory)Same as#target(Class, String, T), except you can inspect a source exception before creating a fallback object.
-