HealthCheckConfiguration | HealthCheckConfiguration | |||
---|---|---|---|---|
Compiled from "HealthCheckConfiguration.java" | Compiled from "HealthCheckConfiguration.java" | |||
public class io.dropwizard.setup.HealthCheckConfiguration { | public class io.dropwizard.core.setup.HealthCheckConfiguration { | |||
public io.dropwizard.setup.HealthCheckConfiguration(); | public io.dropwizard.core.setup.HealthCheckConfiguration(); | |||
public boolean isServletEnabled(); | public boolean isServletEnabled(); | |||
public void setServletEnabled(boolean); | public void setServletEnabled(boolean); | |||
public int getMinThreads(); | public int getMinThreads(); | |||
public void setMinThreads(int); | public void setMinThreads(int); | |||
public int getMaxThreads(); | public int getMaxThreads(); | |||
public void setMaxThreads(int); | public void setMaxThreads(int); | |||
public int getWorkQueueSize(); | public int getWorkQueueSize(); | |||
public void setWorkQueueSize(int); | public void setWorkQueueSize(int); | |||
public java.lang.String toString(); | public java.lang.String toString(); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |