Uses of Class
org.qubership.atp.itf.lite.backend.service.RequestExportService
Packages that use RequestExportService
Package
Description
-
Uses of RequestExportService in org.qubership.atp.itf.lite.backend.configuration
Methods in org.qubership.atp.itf.lite.backend.configuration with parameters of type RequestExportServiceModifier and TypeMethodDescriptionKafkaConfiguration.kafkaExportEventResponseService(SseEmitterService sseEmitterService, RequestExportService requestExportService) Creates KafkaExportEventResponseService. -
Uses of RequestExportService in org.qubership.atp.itf.lite.backend.service.kafka
Constructors in org.qubership.atp.itf.lite.backend.service.kafka with parameters of type RequestExportServiceModifierConstructorDescriptionKafkaExportEventResponseService(SseEmitterService sseEmitterService, RequestExportService requestExportService) Creates KafkaExportEventResponseService.