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

com.github.sseserver.TenantAccessUser Maven / Gradle / Ivy

package com.github.sseserver;

import java.io.Serializable;

/**
 * 客户作为租户数据隔离的用户
 *
 * @author hao 2021年12月13日13:48:58
 */
public interface TenantAccessUser {

    Serializable getTenantId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy