Uses of Class
org.qubership.atp.itf.lite.backend.service.kafka.KafkaExportEventSendingService
Packages that use KafkaExportEventSendingService
Package
Description
-
Uses of KafkaExportEventSendingService in org.qubership.atp.itf.lite.backend.components.export.strategies.request
Constructors in org.qubership.atp.itf.lite.backend.components.export.strategies.request with parameters of type KafkaExportEventSendingServiceModifierConstructorDescriptionItfRestRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService) ItfSoapRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService) MiaRestRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService, org.modelmapper.ModelMapper modelMapper) MiaSoapRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService, org.modelmapper.ModelMapper modelMapper) -
Uses of KafkaExportEventSendingService in org.qubership.atp.itf.lite.backend.configuration
Methods in org.qubership.atp.itf.lite.backend.configuration that return KafkaExportEventSendingServiceModifier and TypeMethodDescriptionKafkaConfiguration.kafkaExportEventSendingService(org.springframework.kafka.core.KafkaTemplate<UUID, MiaExportRequestEvent> miaExportKafkaTemplate, org.springframework.kafka.core.KafkaTemplate<UUID, ItfExportRequestEvent> itfExportKafkaTemplate) Creates KafkaExportEventSendingService.