Class CommonPoolHealthCheckBundle
java.lang.Object
io.liftwizard.dropwizard.bundle.healthcheck.commonpool.CommonPoolHealthCheckBundle
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<Object>,PrioritizedBundle
@AutoService(io.liftwizard.dropwizard.bundle.prioritized.PrioritizedBundle.class)
public class CommonPoolHealthCheckBundle
extends Object
implements PrioritizedBundle
-
Field Summary
Fields inherited from interface io.liftwizard.dropwizard.bundle.prioritized.PrioritizedBundle
DURATION_PATTERN, MDC_BUNDLE, MDC_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunWithMdc(Object configuration, io.dropwizard.setup.Environment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.liftwizard.dropwizard.bundle.prioritized.PrioritizedBundle
getPriority, initialize, initializeWithMdc, run, safeCastConfiguration
-
Constructor Details
-
CommonPoolHealthCheckBundle
public CommonPoolHealthCheckBundle()
-
-
Method Details
-
runWithMdc
public void runWithMdc(@Nonnull Object configuration, @Nonnull io.dropwizard.setup.Environment environment) - Specified by:
runWithMdcin interfacePrioritizedBundle
-