Interface InfraDeployer


  • public interface InfraDeployer
    A deployer is used to deploy infrastructure applications.
    Author:
    freva
    • Method Detail

      • getDeployment

        java.util.Optional<Deployment> getDeployment​(ApplicationId application)
        Parameters:
        application - the infrastructure application to be deployed
        Returns:
        empty if the given application is not an infrastructure application or a Deployment
      • getSupportedInfraDeployments

        java.util.Map<ApplicationId,​Deployment> getSupportedInfraDeployments()
        Returns deployments by application id for the supported infrastructure applications in this zone