Uses of Class
org.qubership.integration.platform.engine.service.QuartzSchedulerService
Packages that use QuartzSchedulerService
Package
Description
-
Uses of QuartzSchedulerService in org.qubership.integration.platform.engine.configuration.camel.quartz
Constructors in org.qubership.integration.platform.engine.configuration.camel.quartz with parameters of type QuartzSchedulerServiceModifierConstructorDescriptionCamelQuartzComponentCustomConfiguration(QuartzSchedulerService quartzSchedulerService) -
Uses of QuartzSchedulerService in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type QuartzSchedulerServiceModifierConstructorDescriptionIntegrationRuntimeService(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)