Package org.dspace.app.rest.health
Class GeoIpHealthIndicator
- java.lang.Object
-
- org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- org.dspace.app.rest.health.GeoIpHealthIndicator
-
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class GeoIpHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicatorImplementation ofHealthIndicatorthat verifies if the GeoIP database is configured correctly.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description GeoIpHealthIndicator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder)
-