Package org.trellisldp.dropwizard.app
Class RDFConnectionHealthCheck
- java.lang.Object
-
- com.codahale.metrics.health.HealthCheck
-
- org.trellisldp.dropwizard.app.RDFConnectionHealthCheck
-
public class RDFConnectionHealthCheck extends com.codahale.metrics.health.HealthCheck
Check the health of the RDF connection.
-
-
Constructor Summary
Constructors Constructor Description RDFConnectionHealthCheck(RDFConnection rdfConnection)
Create an object that checks the health of an RDF Connection.
-
-
-
Constructor Detail
-
RDFConnectionHealthCheck
public RDFConnectionHealthCheck(RDFConnection rdfConnection)
Create an object that checks the health of an RDF Connection.- Parameters:
rdfConnection
- the RDF Connection
-
-