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 different ways. Via "registry.route.url" config property or via "registry.route.name", with the latter the tenant manager will use the OpenshiftClient to query the Openshift cluster to get the registry deployment url.- 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()
-
-