public abstract class FiberApplication<T extends io.dropwizard.Configuration> extends io.dropwizard.Application<T>
FiberApplication()
abstract void
fiberRun(T configuration, io.dropwizard.setup.Environment environment)
void
initialize(io.dropwizard.setup.Bootstrap<T> bootstrap)
run(T configuration, io.dropwizard.setup.Environment environment)
getConfigurationClass, getName, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FiberApplication()
public void initialize(io.dropwizard.setup.Bootstrap<T> bootstrap)
initialize
io.dropwizard.Application<T extends io.dropwizard.Configuration>
public final void run(T configuration, io.dropwizard.setup.Environment environment) throws Exception
run
Exception
public abstract void fiberRun(T configuration, io.dropwizard.setup.Environment environment) throws Exception