Class FailOnNoProcessAutoDeploymentStrategy

    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
    • Constructor Detail

    • Method Detail

      • deployResources

        public void deployResources​(String deploymentNameHint,
                                    org.springframework.core.io.Resource[] resources,
                                    RepositoryService repositoryService)
        Description copied from interface: AutoDeploymentStrategy
        Performs deployment for the provided resources, using the provided name as a hint and the provided RepositoryService to perform deployment(s).
        Parameters:
        deploymentNameHint - the hint for the name of deployment(s) performed
        resources - the resources to be deployed
        repositoryService - the repository service to use for deployment(s)