Package io.dropwizard.core.setup
Class AdminFactory
java.lang.Object
io.dropwizard.core.setup.AdminFactory
A factory for configuring the admin interface for the environment.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.dropwizard.servlets.tasks.TaskConfigurationgetTasks()voidsetHealthChecks(HealthCheckConfiguration healthChecks) voidsetTasks(io.dropwizard.servlets.tasks.TaskConfiguration tasks) toString()
-
Constructor Details
-
AdminFactory
public AdminFactory()
-
-
Method Details