META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resilience4j-spring-boot2 Show documentation
Show all versions of resilience4j-spring-boot2 Show documentation
Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming
{
"properties": [
{
"name": "resilience4j.circuitbreaker.metrics.enabled",
"defaultValue": true,
"description": "Whether to enable the circuitbreaker-metrics.",
"type": "java.lang.Boolean"
},
{
"name": "resilience4j.retry.metrics.enabled",
"defaultValue": true,
"description": "Whether to enable the retry-metrics.",
"type": "java.lang.Boolean"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy