Uses of Interface
io.dropwizard.core.ConfiguredBundle
-
Packages that use ConfiguredBundle Package Description io.dropwizard.core.setup io.dropwizard.core.sslreload -
-
Uses of ConfiguredBundle in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type ConfiguredBundle Modifier and Type Method Description void
Bootstrap. addBundle(ConfiguredBundle<? super T> bundle)
Adds the given bundle to the bootstrap. -
Uses of ConfiguredBundle in io.dropwizard.core.sslreload
Classes in io.dropwizard.core.sslreload that implement ConfiguredBundle Modifier and Type Class Description class
SslReloadBundle
Bundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on request
-