For discriminator based multi-tenancy the tenant resolver has to be able to resolve all tenant ids in order to be able to iterate of the the available tenants Users can provide an implementation to discover the tenant ids here
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Iterable<java.io.Serializable> |
resolveTenantIds() @return Resolves all tenant ids |
Methods inherited from class | Name |
---|---|
interface TenantResolver |
resolveTenantIdentifier |