Uses of Class
org.qubership.integration.platform.engine.configuration.ServerConfiguration
Packages that use ServerConfiguration
Package
Description
-
Uses of ServerConfiguration in org.qubership.integration.platform.engine.configuration.camel.quartz
Constructors in org.qubership.integration.platform.engine.configuration.camel.quartz with parameters of type ServerConfigurationModifierConstructorDescriptionCamelQuartzConfiguration(ServerConfiguration serverConfiguration, DataSource qrtzDataSource, String defaultSchemaName) -
Uses of ServerConfiguration in org.qubership.integration.platform.engine.consul
Constructors in org.qubership.integration.platform.engine.consul with parameters of type ServerConfigurationModifierConstructorDescriptionConsulService(ConsulClient client, ServerConfiguration serverConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.context.ApplicationEventPublisher applicationEventPublisher) -
Uses of ServerConfiguration in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type ServerConfigurationModifierConstructorDescriptionDeploymentsUpdateService(IntegrationRuntimeService integrationRuntimeService, ServerConfiguration serverConfiguration, org.springframework.web.client.RestTemplate restTemplate) IntegrationRuntimeService(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) -
Uses of ServerConfiguration in org.qubership.integration.platform.engine.service.debugger
Constructors in org.qubership.integration.platform.engine.service.debugger with parameters of type ServerConfigurationModifierConstructorDescriptionCamelDebugger(ServerConfiguration serverConfiguration, TracingService tracingService, CheckpointSessionService checkpointSessionService, MetricsService metricsService, ChainLogger chainLogger, Optional<SessionsKafkaReportingService> sessionsKafkaReportingService, SessionsService sessionsService, PayloadExtractor payloadExtractor, VariablesService variablesService, CamelDebuggerPropertiesService propertiesService, Optional<CamelExchangeContextPropagation> exchangeContextPropagation) -
Uses of ServerConfiguration in org.qubership.integration.platform.engine.service.debugger.metrics
Constructors in org.qubership.integration.platform.engine.service.debugger.metrics with parameters of type ServerConfigurationModifierConstructorDescriptionMetricsStore(ServerConfiguration serverConfiguration, io.micrometer.core.instrument.MeterRegistry meterRegistry, String appPrefix) -
Uses of ServerConfiguration in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.helpers
Fields in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.helpers declared as ServerConfigurationConstructors in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create.helpers with parameters of type ServerConfiguration