Uses of Class
org.qubership.integration.platform.engine.model.deployment.update.DeploymentInfo
Packages that use DeploymentInfo
Package
Description
-
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service
Methods in org.qubership.integration.platform.engine.service that return types with arguments of type DeploymentInfoMethods in org.qubership.integration.platform.engine.service with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidSdsService.registerSchedulerJobs(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, List<Map<String, String>> propertiesList) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.debugger.metrics
Methods in org.qubership.integration.platform.engine.service.debugger.metrics with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidMetricsService.processChainFailure(DeploymentInfo deploymentInfo, ErrorCode errorCode) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing
Methods in org.qubership.integration.platform.engine.service.deployment.processing with parameters of type DeploymentInfoModifier and TypeMethodDescriptionabstract voidElementProcessingAction.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidDeploymentProcessingAction.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidElementProcessingAction.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidDeploymentProcessingService.processAfterContextCreated(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidDeploymentProcessingService.processBeforeContextCreated(DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidDeploymentProcessingService.processStopContext(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before
Methods in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidAmpqConnectionCheckAction.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) voidIdempotencyStateCheckAction.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidKafkaTopicAndConnectionCheckAction.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) voidSdsConnectionCheckAction.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidRegisterRoutesInControlPlaneAction.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidSchedulerRequirementsCheckAction.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create
Methods in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidAmpqDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidGrpcElementDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidHttpSenderDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) voidHttpTriggerDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) voidIdempotentConsumerDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidJmsElementDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) voidKafkaElementDependencyBinder.apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidSdsSchedulerJobsRegistrar.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.helpers
Methods in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.helpers with parameters of type DeploymentInfoModifier and TypeMethodDescriptionio.micrometer.common.KeyValuesMetricTagsHelper.buildMetricTags(DeploymentInfo deploymentInfo, ElementProperties elementProperties, String chainName) Collection<io.micrometer.core.instrument.Tag> MetricTagsHelper.buildMetricTagsLegacy(DeploymentInfo deploymentInfo, ElementProperties elementProperties, String chainName) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.idempotency
Methods in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.idempotency with parameters of type DeploymentInfoModifier and TypeMethodDescriptionprotected voidAsyncApiTriggerIdempotencyKeyStrategyFactory.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) protected voidHttpTriggerIdempotencyKeyStrategyFactory.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) protected abstract voidIdempotencyKeyStrategyFactoryBase.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) protected voidKafkaTriggerIdempotencyKeyStrategyFactory.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) protected voidPubSubTriggerIdempotencyKeyStrategyFactory.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) protected voidRabbitMQTriggerIdempotencyKeyStrategyFactory.configureStrategy(IdempotentRepositoryKeyStrategyBuilder builder, ElementProperties properties, DeploymentInfo deploymentInfo) IdempotencyKeyStrategyFactory.getStrategy(ElementProperties properties, DeploymentInfo deploymentInfo) IdempotencyKeyStrategyFactoryBase.getStrategy(ElementProperties properties, DeploymentInfo deploymentInfo) -
Uses of DeploymentInfo in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.stop
Methods in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.stop with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidSdsSchedulerRemoveJobsAction.execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration)