Package io.nflow.engine.service
Class HealthCheckService
- java.lang.Object
-
- io.nflow.engine.service.HealthCheckService
-
@Component public class HealthCheckService extends Object
Service for checking the database connection. The service can be e.g. hooked up to web service health check endpoint.
-
-
Constructor Summary
Constructors Constructor Description HealthCheckService(HealthCheckDao healthCheckDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckDatabaseConnection()
-
-
-
Constructor Detail
-
HealthCheckService
@Inject public HealthCheckService(HealthCheckDao healthCheckDao)
-
-