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

org.sdase.commons.server.opa.config.OpaConfigProvider Maven / Gradle / Ivy

Go to download

A libraries to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

There is a newer version: 7.0.88
Show newest version
package org.sdase.commons.server.opa.config;

import io.dropwizard.core.Configuration;
import java.util.function.Function;

/**
 * Provides the {@link OpaConfig} for the {@link org.sdase.commons.server.opa.OpaBundle}
 *
 * @param  the type of the specific {@link Configuration} used in the application
 */
public interface OpaConfigProvider extends Function {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy