Interface Tenant
- All Known Implementing Classes:
TenantId
public interface Tenant
Marker interface for types that are used to distinguish between Tenant
specific data in a data store.
A tenant can be as simple as a
The serialization of the tenant is always the
A tenant can be as simple as a
SingleValueType or it can be more
complex such as including both Tenant-Id and a CountryCode denoting
the country where the Tenant data is owned.The serialization of the tenant is always the
Object.toString() value,
and it is deserialized by using a default single string argument constructor