Class ClockBundle
- java.lang.Object
-
- io.liftwizard.dropwizard.bundle.clock.ClockBundle
-
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<ClockFactoryProvider>
public class ClockBundle extends Object implements io.dropwizard.ConfiguredBundle<ClockFactoryProvider>
-
-
Constructor Summary
Constructors Constructor Description ClockBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap)voidrun(ClockFactoryProvider configuration, io.dropwizard.setup.Environment environment)
-
-
-
Method Detail
-
initialize
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
- Specified by:
initializein interfaceio.dropwizard.ConfiguredBundle<ClockFactoryProvider>
-
run
public void run(ClockFactoryProvider configuration, @Nonnull io.dropwizard.setup.Environment environment)
- Specified by:
runin interfaceio.dropwizard.ConfiguredBundle<ClockFactoryProvider>
-
-