Package io.apicurio.registry.mt
Class TenantMetadataService
- java.lang.Object
-
- io.apicurio.registry.mt.TenantMetadataService
-
@ApplicationScoped public class TenantMetadataService extends Object
- Author:
- Fabian Martinez, Jakub Senko
-
-
Constructor Summary
Constructors Constructor Description TenantMetadataService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.apicurio.multitenant.api.datamodel.RegistryTenantgetTenant(String tenantId)voidmarkTenantAsDeleted(String tenantId)
-
-
-
Method Detail
-
getTenant
public io.apicurio.multitenant.api.datamodel.RegistryTenant getTenant(String tenantId) throws TenantNotFoundException
- Throws:
TenantNotFoundException
-
markTenantAsDeleted
public void markTenantAsDeleted(String tenantId)
-
-