Uses of Class
io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
Packages that use LifecycleEnvironment Package Description io.dropwizard.lifecycle.setup io.dropwizard.metrics io.dropwizard.server io.dropwizard.setup -
-
Uses of LifecycleEnvironment in io.dropwizard.lifecycle.setup
Constructors in io.dropwizard.lifecycle.setup with parameters of type LifecycleEnvironment Constructor Description ExecutorServiceBuilder(LifecycleEnvironment environment, String nameFormat)ExecutorServiceBuilder(LifecycleEnvironment environment, String nameFormat, ThreadFactory factory)ScheduledExecutorServiceBuilder(LifecycleEnvironment environment, String nameFormat, boolean useDaemonThreads)ScheduledExecutorServiceBuilder(LifecycleEnvironment environment, String nameFormat, ThreadFactory factory) -
Uses of LifecycleEnvironment in io.dropwizard.metrics
Methods in io.dropwizard.metrics with parameters of type LifecycleEnvironment Modifier and Type Method Description voidMetricsFactory. configure(LifecycleEnvironment environment, com.codahale.metrics.MetricRegistry registry) -
Uses of LifecycleEnvironment in io.dropwizard.server
Methods in io.dropwizard.server with parameters of type LifecycleEnvironment Modifier and Type Method Description protected org.eclipse.jetty.server.ServerAbstractServerFactory. buildServer(LifecycleEnvironment lifecycle, org.eclipse.jetty.util.thread.ThreadPool threadPool) -
Uses of LifecycleEnvironment in io.dropwizard.setup
Methods in io.dropwizard.setup that return LifecycleEnvironment Modifier and Type Method Description LifecycleEnvironmentEnvironment. lifecycle()Returns the application'sLifecycleEnvironment.
-