Package io.micronaut.multitenancy
Interface Tenant
public interface Tenant
This interface represents the abstract notion of a tenant.
- Since:
- 5.5.0
- Author:
- Sergio del Amo
-
Method Summary
-
Method Details
-
id
String id()A Unique identifier for the tenant.- Returns:
- A Unique identifier for the tenant.
-