Uses of Interface
org.springframework.cloud.client.circuitbreaker.Customizer
-
Packages that use Customizer Package Description org.springframework.cloud.client.circuitbreaker -
-
Uses of Customizer in org.springframework.cloud.client.circuitbreaker
Methods in org.springframework.cloud.client.circuitbreaker that return Customizer Modifier and Type Method Description static <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 Customizer Modifier and Type Method Description static <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.
-