io.ebean.config.CurrentTenantProvider Maven / Gradle / Ivy
package io.ebean.config;
/**
* Provides the Tenant Id for the current request based on the current user.
*/
@FunctionalInterface
public interface CurrentTenantProvider {
/**
* Return the Tenant Id for the current user.
*/
Object currentId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy