Class HealthCheckExtrasBundle<T extends io.dropwizard.core.Configuration>
java.lang.Object
io.dyuti.dropwizard.HealthCheckExtrasBundle<T>
- All Implemented Interfaces:
io.dropwizard.core.ConfiguredBundle<T>
public abstract class HealthCheckExtrasBundle<T extends io.dropwizard.core.Configuration>
extends Object
implements io.dropwizard.core.ConfiguredBundle<T>
Bundle that allows initializing TCP and HTTP(s) health checks with easy configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HealthcheckExtrasConfigvoidinitialize(io.dropwizard.core.setup.Bootstrap<?> bootstrap) void
-
Constructor Details
-
HealthCheckExtrasBundle
public HealthCheckExtrasBundle()
-
-
Method Details
-
initialize
public void initialize(io.dropwizard.core.setup.Bootstrap<?> bootstrap) - Specified by:
initializein interfaceio.dropwizard.core.ConfiguredBundle<T extends io.dropwizard.core.Configuration>
-
getConfig
-
getAlertPublisher
-
getHostSource
-
run
-