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, ContextStorageService contextStorageService) -
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, 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 ExternalLibraryService in org.qubership.integration.platform.engine.service.externallibrary
Classes in org.qubership.integration.platform.engine.service.externallibrary that implement ExternalLibraryServiceConstructor parameters in org.qubership.integration.platform.engine.service.externallibrary with type arguments of type ExternalLibraryServiceModifierConstructorDescriptionExternalLibraryGroovyShellFactory(Optional<ExternalLibraryService> externalLibraryService)