JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.multitenancy
Tenant
Contents
Description
Method Summary
Method Details
id()
Hide sidebar
Show sidebar
Interface Tenant
public interface
Tenant
This interface represents the abstract notion of a tenant.
Since:
5.5.0
Author:
Sergio del Amo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
id
()
A Unique identifier for the tenant.
Method Details
id
String
id
()
A Unique identifier for the tenant.
Returns:
A Unique identifier for the tenant.