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