Package org.openiam.common.beans.health
Class HealthcheckFileWriter
- java.lang.Object
-
- org.openiam.common.beans.health.HealthcheckFileWriter
-
- All Implemented Interfaces:
Sweepable
@Component public class HealthcheckFileWriter extends Object implements Sweepable
The purpose of this class is to write the healthcheck result to a file every minute. Nothing else This will allow services like docker to perform a healthcheck on services which are not listening to http (i.e. idm, groovy manager, etc)- Author:
- lbornova
-
-
Constructor Summary
Constructors Constructor Description HealthcheckFileWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
sweep()
Placeholder for Spring to call via Quartz.
-