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

io.progix.dropwizard.jooq.tenancy.TenantConnectionProvider Maven / Gradle / Ivy

The newest version!
package io.progix.dropwizard.jooq.tenancy;

import io.dropwizard.lifecycle.Managed;

import java.sql.Connection;

public interface TenantConnectionProvider extends Managed {

    public Connection acquire(String tenantIdentifier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy