Class RuntimeIntegrationCache

java.lang.Object
org.qubership.integration.platform.engine.model.RuntimeIntegrationCache

public class RuntimeIntegrationCache extends Object
  • Constructor Details

    • RuntimeIntegrationCache

      public RuntimeIntegrationCache()
  • Method Details

    • getLockForChain

      public Lock getLockForChain(String chainId)
    • flushDeploymentsToRetry

      public Collection<DeploymentUpdate> flushDeploymentsToRetry()
    • putToRetryQueue

      public void putToRetryQueue(DeploymentUpdate deployment)
    • removeRetryDeploymentFromQueue

      public void removeRetryDeploymentFromQueue(String deploymentId)