Class RegistryDeploymentInfoService
- java.lang.Object
-
- io.apicurio.multitenant.api.services.RegistryDeploymentInfoService
-
@ApplicationScoped public class RegistryDeploymentInfoService extends Object
This service provides information about the registry deployment paired with this tenant manager. The tenant manager can know what registry deployment is paired with via "registry.route.url" config property.- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description RegistryDeploymentInfoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryDeploymentInfo
getRegistryDeploymentInfo()
-
-
-
Method Detail
-
getRegistryDeploymentInfo
public RegistryDeploymentInfo getRegistryDeploymentInfo()
-
-