Package io.apicurio.registry.mt
Class TenantMetadataService
- java.lang.Object
-
- io.apicurio.registry.mt.TenantMetadataService
-
@ApplicationScoped public class TenantMetadataService extends Object
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description TenantMetadataService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.apicurio.multitenant.api.datamodel.RegistryTenant
getTenant(String tenantId)
void
init(io.quarkus.runtime.StartupEvent ev)
-
-
-
Method Detail
-
init
public void init(@Observes io.quarkus.runtime.StartupEvent ev)
-
getTenant
public io.apicurio.multitenant.api.datamodel.RegistryTenant getTenant(String tenantId) throws TenantNotFoundException
- Throws:
TenantNotFoundException
-
-