-
Notifications
You must be signed in to change notification settings - Fork 18
Health Checks
Regunath B edited this page Jun 26, 2019
·
1 revision
Any number of deep Health Checks can be added to GJEX and may be accessed as follows
- Implement a HealthCheck such as AllIsWellHealthCheck
- Add it to the Application's Guice module such as HelloWorldModule
- All configured Health Checks are executed concurrently when the Http GET API
http://<host>:9998/healthcheck
is invoked