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

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

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

import org.glassfish.jersey.server.ContainerRequest;

public interface TenantProvider {
    String getTenantIdentifier(ContainerRequest request);

    String inputSchema();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy