Uses of Class
org.qubership.integration.platform.engine.service.contextstorage.ContextStorageService
Packages that use ContextStorageService
Package
Description
-
Uses of ContextStorageService in org.qubership.integration.platform.engine.camel.processors
Constructors in org.qubership.integration.platform.engine.camel.processors with parameters of type ContextStorageServiceModifierConstructorDescriptionContextStorageProcessor(ContextStorageService contextStorageService) -
Uses of ContextStorageService in org.qubership.integration.platform.engine.scheduler
Constructors in org.qubership.integration.platform.engine.scheduler with parameters of type ContextStorageServiceModifierConstructorDescriptionTasksScheduler(VariablesService variableService, IntegrationRuntimeService runtimeService, CheckpointSessionService checkpointSessionService, DeploymentReadinessService deploymentReadinessService, ConsulService consulService, DeploymentsUpdateService deploymentsUpdateService, Optional<ExternalLibraryService> externalLibraryService, CamelDebuggerPropertiesService debuggerPropertiesService, ContextStorageService contextStorageService)