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

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

There is a newer version: 4.0.17
Show 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