Package com.grookage.iosave.bundle
Class IOSaveBundle<T extends io.dropwizard.Configuration>
- java.lang.Object
-
- com.grookage.iosave.bundle.IOSaveBundle<T>
-
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<T>
public abstract class IOSaveBundle<T extends io.dropwizard.Configuration> extends Object implements io.dropwizard.ConfiguredBundle<T>
-
-
Constructor Summary
Constructors Constructor Description IOSaveBundle()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract IOSaveAerospikeConfiggetConfig(T configuration)abstract voidpreBundle(T configuration)voidrun(T configuration, io.dropwizard.setup.Environment environment)
-
-
-
Method Detail
-
getConfig
public abstract IOSaveAerospikeConfig getConfig(T configuration)
-
preBundle
public abstract void preBundle(T configuration)
-
-