Make newScheduledExecutor public; move to new class in lifecycle package #109
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
The existing
newScheduledExecutor
method (originally namedbuildScheduledExecutor
) inMonitoredJobs
is generic and useful enough to make it public. Since it is related to the Dropwizard lifecycle, it should be moved into thelifecycle
package in a new class (which will initially contain only this one method).The text was updated successfully, but these errors were encountered: