xiaodududu / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Add bindHealthHook() to GseModule. #535

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is similar to bindHealthCheckerHook(), but not quite the same. 
HealthCheckerHook does not provide access to the HttpServletRequest, so it is 
not possible to use request parameters to decide how to respond to the healthz 
check. For that you need to write an HttpServlet and pass it to 
GoogleServletEngine.addHealthHook().

Original issue reported on code.google.com by drie...@google.com on 30 Aug 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Please report this internally.

Original comment by limpbizkit on 31 Aug 2010 at 2:11