- Enclosing class:
- JCacheXAutoConfiguration
@Configuration
@ConditionalOnClass(name={"org.springframework.boot.actuate.health.HealthIndicator","org.springframework.boot.actuate.endpoint.annotation.Endpoint"})
@ConditionalOnProperty(prefix="management.health.jcachex",
name="enabled",
havingValue="true",
matchIfMissing=true)
public static class JCacheXAutoConfiguration.JCacheXActuatorAutoConfiguration
extends Object
Configuration for JCacheX actuator integration.
This configuration provides health indicators and endpoints when
Spring Boot Actuator is present on the classpath.
Note: This is a placeholder for future actuator integration. The actual
implementation
would require additional actuator dependencies and custom health indicator
components.