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

io.soffa.foundation.core.TenantsLoader Maven / Gradle / Ivy

The newest version!
package io.soffa.foundation.core;

import java.util.Set;

public interface TenantsLoader {

    TenantsLoader NOOP = () -> null;

    Set getTenantList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy