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

dev.soffa.foundation.core.TenantDelegate Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.core;

import dev.soffa.foundation.context.Context;
import dev.soffa.foundation.model.TenantId;

public interface TenantDelegate {

    default TenantId getTenant(Context context) {
        return TenantId.CONTEXT;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy