Uses of Class
org.qubership.integration.platform.engine.service.VariablesService
Packages that use VariablesService
Package
Description
-
Uses of VariablesService in org.qubership.integration.platform.engine.scheduler
Constructors in org.qubership.integration.platform.engine.scheduler with parameters of type VariablesServiceModifierConstructorDescriptionTasksScheduler(VariablesService variableService, IntegrationRuntimeService runtimeService, CheckpointSessionService checkpointSessionService, DeploymentReadinessService deploymentReadinessService, ConsulService consulService, DeploymentsUpdateService deploymentsUpdateService, Optional<ExternalLibraryService> externalLibraryService, CamelDebuggerPropertiesService debuggerPropertiesService) -
Uses of VariablesService in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type VariablesServiceModifierConstructorDescriptionIntegrationRuntimeService(ServerConfiguration serverConfiguration, QuartzSchedulerService quartzSchedulerService, TracingConfiguration tracingConfiguration, ExternalLibraryGroovyShellFactory groovyShellFactory, GroovyLanguageWithResettableCache groovyLanguage, MetricsStore metricsStore, Optional<ExternalLibraryService> externalLibraryService, Optional<MaasService> maasService, Optional<XmlConfigurationPreProcessor> xmlPreProcessor, VariablesService variablesService, EngineStateReporter engineStateReporter, Executor deploymentExecutor, CamelDebuggerPropertiesService propertiesService, int streamCachingBufferSizeKb, Predicate<FilteringMessageHistoryFactory.FilteringEntity> camelMessageHistoryFilter, DeploymentReadinessService deploymentReadinessService, DeploymentProcessingService deploymentProcessingService, FormDataConverter formDataConverter, SecurityAccessPolicyConverter securityAccessPolicyConverter, org.springframework.beans.factory.ObjectFactory<CamelDebugger> camelDebuggerFactory, org.springframework.beans.factory.ObjectFactory<org.apache.camel.observation.MicrometerObservationTracer> tracerFactory) -
Uses of VariablesService in org.qubership.integration.platform.engine.service.debugger
Constructors in org.qubership.integration.platform.engine.service.debugger with parameters of type VariablesServiceModifierConstructorDescriptionCamelDebugger(ServerConfiguration serverConfiguration, TracingService tracingService, CheckpointSessionService checkpointSessionService, MetricsService metricsService, ChainLogger chainLogger, Optional<SessionsKafkaReportingService> sessionsKafkaReportingService, SessionsService sessionsService, PayloadExtractor payloadExtractor, VariablesService variablesService, CamelDebuggerPropertiesService propertiesService, Optional<CamelExchangeContextPropagation> exchangeContextPropagation, ExchangePropertyService exchangePropertyService) -
Uses of VariablesService in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before
Constructors in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before with parameters of type VariablesServiceModifierConstructorDescriptionAmpqConnectionCheckAction(VariablesService variablesService) KafkaTopicAndConnectionCheckAction(VariablesService variablesService, PredeployCheckKafkaConfiguration predeployCheckKafkaConfiguration) RegisterRoutesInControlPlaneAction(VariablesService variablesService, ControlPlaneService controlPlaneService, ApplicationAutoConfiguration applicationConfiguration) -
Uses of VariablesService in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create
Constructors in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create with parameters of type VariablesServiceModifierConstructorDescriptionJmsElementDependencyBinder(VariablesService variablesService, org.springframework.beans.factory.ObjectProvider<WeblogicSecurityBean> wlSecurityBeanProvider, org.springframework.beans.factory.ObjectProvider<WeblogicSecurityInterceptStrategy> wlSecurityInterceptStrategyProvider, org.springframework.beans.factory.ObjectProvider<WeblogicSecureThreadFactory> wlSecureThreadFactoryProvider)