java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.LiveExchangesService

@Service public class LiveExchangesService extends Object
  • Constructor Details

    • LiveExchangesService

      @Autowired public LiveExchangesService(RuntimeDeploymentService runtimeDeploymentService, org.springframework.web.client.RestTemplate restTemplateMs, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, DeploymentService deploymentService, ChainService chainService)
  • Method Details

    • getTopLongLiveExchanges

      public List<LiveExchangeExtDTO> getTopLongLiveExchanges(int limit)
    • sendKillExchangeRequest

      public void sendKillExchangeRequest(String podIp, String deploymentId, String exchangeId)