Uses of Class
org.qubership.integration.platform.engine.service.IntegrationRuntimeService
Packages that use IntegrationRuntimeService
Package
Description
-
Uses of IntegrationRuntimeService in org.qubership.integration.platform.engine.scheduler
Constructors in org.qubership.integration.platform.engine.scheduler with parameters of type IntegrationRuntimeServiceModifierConstructorDescriptionTasksScheduler(VariablesService variableService, IntegrationRuntimeService runtimeService, CheckpointSessionService checkpointSessionService, DeploymentReadinessService deploymentReadinessService, ConsulService consulService, DeploymentsUpdateService deploymentsUpdateService, Optional<ExternalLibraryService> externalLibraryService, CamelDebuggerPropertiesService debuggerPropertiesService) -
Uses of IntegrationRuntimeService in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type IntegrationRuntimeServiceModifierConstructorDescriptionDeploymentsUpdateService(IntegrationRuntimeService integrationRuntimeService, ServerConfiguration serverConfiguration, org.springframework.web.client.RestTemplate restTemplate)