Uses of Interface
org.qubership.integration.platform.engine.service.externallibrary.ExternalLibraryService
Packages that use ExternalLibraryService
Package
Description
-
Uses of ExternalLibraryService in org.qubership.integration.platform.engine.scheduler
Constructor parameters in org.qubership.integration.platform.engine.scheduler with type arguments of type ExternalLibraryServiceModifierConstructorDescriptionTasksScheduler(VariablesService variableService, IntegrationRuntimeService runtimeService, CheckpointSessionService checkpointSessionService, DeploymentReadinessService deploymentReadinessService, ConsulService consulService, DeploymentsUpdateService deploymentsUpdateService, Optional<ExternalLibraryService> externalLibraryService, CamelDebuggerPropertiesService debuggerPropertiesService) -
Uses of ExternalLibraryService in org.qubership.integration.platform.engine.service
Constructor parameters in org.qubership.integration.platform.engine.service with type arguments of type ExternalLibraryServiceModifierConstructorDescriptionIntegrationRuntimeService(ServerConfiguration serverConfiguration, QuartzSchedulerService quartzSchedulerService, TracingConfiguration tracingConfiguration, PredeployCheckKafkaConfiguration predeployCheckKafkaConfiguration, ExternalLibraryGroovyShellFactory groovyShellFactory, GroovyLanguageWithResettableCache groovyLanguage, MetricsStore metricsStore, CamelComponentDependencyBinder dependencyBinder, Optional<ExternalLibraryService> externalLibraryService, Optional<MaasService> maasService, Optional<ControlPlaneService> controlPlaneService, Optional<XmlConfigurationPreProcessor> xmlPreProcessor, VariablesService variablesService, EngineStateReporter engineStateReporter, Executor deploymentExecutor, CamelDebuggerPropertiesService propertiesService, int streamCachingBufferSizeKb, Predicate<FilteringMessageHistoryFactory.FilteringEntity> camelMessageHistoryFilter, DataSource qrtzDataSource, Optional<SdsService> sdsService, DeploymentReadinessService deploymentReadinessService, ApplicationConfiguration applicationConfiguration, org.springframework.beans.factory.ObjectProvider<WeblogicSecurityBean> wlSecurityBeanProvider, org.springframework.beans.factory.ObjectProvider<WeblogicSecurityInterceptStrategy> wlSecurityInterceptStrategyProvider, org.springframework.beans.factory.ObjectProvider<WeblogicSecureThreadFactory> wlSecureThreadFactoryProvider) -
Uses of ExternalLibraryService in org.qubership.integration.platform.engine.service.externallibrary
Constructor parameters in org.qubership.integration.platform.engine.service.externallibrary with type arguments of type ExternalLibraryServiceModifierConstructorDescriptionExternalLibraryGroovyShellFactory(Optional<ExternalLibraryService> externalLibraryService)