Uses of Interface
io.github.resilience4j.common.CustomizerWithName
Packages that use CustomizerWithName
Package
Description
-
Uses of CustomizerWithName in io.github.resilience4j.common
Classes in io.github.resilience4j.common with type parameters of type CustomizerWithNameModifier and TypeClassDescriptionclassCompositeCustomizer<T extends CustomizerWithName>The composite of any spring resilience4j type config customizer implementations. -
Uses of CustomizerWithName in io.github.resilience4j.common.bulkhead.configuration
Subinterfaces of CustomizerWithName in io.github.resilience4j.common.bulkhead.configurationModifier and TypeInterfaceDescriptioninterfaceEnable customization bulkhead configuration builders programmatically.interfaceEnable customization thread pool bulkhead configuration builders programmatically. -
Uses of CustomizerWithName in io.github.resilience4j.common.circuitbreaker.configuration
Subinterfaces of CustomizerWithName in io.github.resilience4j.common.circuitbreaker.configurationModifier and TypeInterfaceDescriptioninterfaceEnable customization circuit breaker configuration builders programmatically. -
Uses of CustomizerWithName in io.github.resilience4j.common.ratelimiter.configuration
Subinterfaces of CustomizerWithName in io.github.resilience4j.common.ratelimiter.configurationModifier and TypeInterfaceDescriptioninterfaceEnable customization rate limiter configuration builders programmatically. -
Uses of CustomizerWithName in io.github.resilience4j.common.retry.configuration
Subinterfaces of CustomizerWithName in io.github.resilience4j.common.retry.configurationModifier and TypeInterfaceDescriptioninterfaceEnable customization retry configuration builders programmatically. -
Uses of CustomizerWithName in io.github.resilience4j.common.timelimiter.configuration
Subinterfaces of CustomizerWithName in io.github.resilience4j.common.timelimiter.configurationModifier and TypeInterfaceDescriptioninterfaceEnable customization time limiter configuration builders programmatically.