Skip to content

Health Checks

Regunath B edited this page Jun 26, 2019 · 1 revision

Health Checks

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