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

com.icthh.xm.commons.tenantendpoint.configurer.TenantManagerConfigurer Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.tenantendpoint.configurer;

import com.icthh.xm.commons.tenantendpoint.TenantManager;

public interface TenantManagerConfigurer {
    void configure(TenantManager.TenantManagerBuilder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy