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

com.bazaarvoice.emodb.common.dropwizard.discovery.ResourceRegistry Maven / Gradle / Ivy

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

import com.bazaarvoice.ostrich.ServiceRegistry;

import javax.ws.rs.Path;

/**
 * Registers a Jersey resource with Dropwizard and ZooKeeper.
 */
public interface ResourceRegistry {

    /**
     * Adds a Jersey resource annotated with the {@link Path} annotation and registers it using the specified namespace
     * and service name within a SOA {@link ServiceRegistry}.
     */
    void addResource(String namespace, String service, Object resource);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy