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

com.bazaarvoice.emodb.common.dropwizard.task.IgnoreAllTaskRegistry 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;

/**
 * Implementation of TaskRegistry that ignores all registration requests.
 */
public class IgnoreAllTaskRegistry implements TaskRegistry {
    @Override
    public void addTask(Task task) {
        // ignore
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy