Uses of Interface
org.qubership.integration.platform.engine.service.ExchangePropertyService
Packages that use ExchangePropertyService
Package
Description
-
Uses of ExchangePropertyService in org.qubership.integration.platform.engine.configuration
Methods in org.qubership.integration.platform.engine.configuration that return ExchangePropertyServiceModifier and TypeMethodDescriptionExchangePropertyAutoConfiguration.defaultExchangePropertyService() -
Uses of ExchangePropertyService in org.qubership.integration.platform.engine.service.debugger
Constructors in org.qubership.integration.platform.engine.service.debugger with parameters of type ExchangePropertyServiceModifierConstructorDescriptionCamelDebugger(ServerConfiguration serverConfiguration, TracingService tracingService, CheckpointSessionService checkpointSessionService, MetricsService metricsService, ChainLogger chainLogger, Optional<SessionsKafkaReportingService> sessionsKafkaReportingService, SessionsService sessionsService, PayloadExtractor payloadExtractor, VariablesService variablesService, CamelDebuggerPropertiesService propertiesService, Optional<CamelExchangeContextPropagation> exchangeContextPropagation, ExchangePropertyService exchangePropertyService)