All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.common.dropwizard.task.TaskRegistry Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.common.dropwizard.task;

import io.dropwizard.servlets.tasks.Task;

/**
 * Registry of Dropwizard {@link Task} objects.
 */
public interface TaskRegistry {
    void addTask(Task task);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy