public class HealthResource extends Object
| Constructor and Description |
|---|
HealthResource(org.neo4j.graphdb.GraphDatabaseService service) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
health()
REST endpoint to get the health status.
|
public HealthResource(@Context
org.neo4j.graphdb.GraphDatabaseService service)
public javax.ws.rs.core.Response health()
throws com.fasterxml.jackson.core.JsonProcessingException
HealthStatus entity.com.fasterxml.jackson.core.JsonProcessingException - if an error occurred during the entity serialization.Copyright © 2016. All rights reserved.