HealthConfiguration | HealthConfiguration | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
public class io.dropwizard.health.conf.HealthConfiguration { | public class io.dropwizard.health.conf.HealthConfiguration { | |||
public io.dropwizard.health.conf.HealthConfiguration(); | public io.dropwizard.health.conf.HealthConfiguration(); | |||
public java.util.List<io.dropwizard.health.conf.HealthCheckConfiguration> getHealthCheckConfigurations(); | public java.util.List<io.dropwizard.health.conf.HealthCheckConfiguration> getHealthCheckConfigurations(); | |||
public void setHealthCheckConfigurations(java.util.List<io.dropwizard.hea lth.conf.HealthCheckConfiguration>); | public void setHealthCheckConfigurations(java.util.List<io.dropwizard.hea lth.conf.HealthCheckConfiguration>); | |||
public boolean isDelayedShutdownHandlerEnabled(); | public boolean isDelayedShutdownHandlerEnabled(); | |||
public void setDelayedShutdownHandlerEnabled(boolean); | public void setDelayedShutdownHandlerEnabled(boolean); | |||
public io.dropwizard.util.Duration getShutdownWaitPeriod(); | public io.dropwizard.util.Duration getShutdownWaitPeriod(); | |||
public void setShutdownWaitPeriod(io.dropwizard.util.Duration); | public void setShutdownWaitPeriod(io.dropwizard.util.Duration); | |||
public java.util.List<java.lang.String> getHealthCheckUrlPaths(); | public java.util.List<java.lang.String> getHealthCheckUrlPaths(); | |||
public void setHealthCheckUrlPaths(java.util.List<java.lang.String>); | public void setHealthCheckUrlPaths(java.util.List<java.lang.String>); | |||
public io.dropwizard.health.conf.response.HealthServletFactory getServlet | ||||
Factory(); | ||||
public void setServletFactory(io.dropwizard.health.conf.response.HealthSe | ||||
rvletFactory); | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 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/ |