Uses of Class
io.dropwizard.servlets.tasks.TaskConfiguration
-
Packages that use TaskConfiguration Package Description io.dropwizard.core.setup io.dropwizard.servlets.tasks -
-
Uses of TaskConfiguration in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return TaskConfiguration Modifier and Type Method Description TaskConfigurationAdminFactory. getTasks()Methods in io.dropwizard.core.setup with parameters of type TaskConfiguration Modifier and Type Method Description voidAdminFactory. setTasks(TaskConfiguration tasks) -
Uses of TaskConfiguration in io.dropwizard.servlets.tasks
Constructors in io.dropwizard.servlets.tasks with parameters of type TaskConfiguration Constructor Description TaskServlet(com.codahale.metrics.MetricRegistry metricRegistry, TaskConfiguration taskConfiguration)Creates a new TaskServlet.
-