Uses of Interface
org.springframework.cloud.client.circuitbreaker.Customizer
Packages that use Customizer
-
Uses of Customizer in org.springframework.cloud.client.circuitbreaker
Methods in org.springframework.cloud.client.circuitbreaker that return CustomizerModifier and TypeMethodDescriptionstatic <T,K> Customizer<T> Customizer.once(Customizer<T> customizer, Function<? super T, ? extends K> keyMapper) Create a wrapped customizer that guarantees that thecustomize(Object)method of the delegatedcustomizeris called at most once per target.Methods in org.springframework.cloud.client.circuitbreaker with parameters of type CustomizerModifier and TypeMethodDescriptionstatic <T,K> Customizer<T> Customizer.once(Customizer<T> customizer, Function<? super T, ? extends K> keyMapper) Create a wrapped customizer that guarantees that thecustomize(Object)method of the delegatedcustomizeris called at most once per target.