Class ItfAbstractRequestExportStrategy
java.lang.Object
org.qubership.atp.itf.lite.backend.components.export.strategies.request.ItfAbstractRequestExportStrategy
- All Implemented Interfaces:
RequestExportStrategy
- Direct Known Subclasses:
ItfRestRequestExportStrategy,ItfSoapRequestExportStrategy
public abstract class ItfAbstractRequestExportStrategy
extends Object
implements RequestExportStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendExportRequestEvent(UUID exportRequestId, RequestItfExportRequest requestItfExportRequest, ExportRequestEntity request) Sends request to kafka for export request into ITF.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.itf.lite.backend.components.export.strategies.request.RequestExportStrategy
export, getImportToolType, getRequestTransportType
-
Constructor Details
-
ItfAbstractRequestExportStrategy
public ItfAbstractRequestExportStrategy()
-
-
Method Details
-
sendExportRequestEvent
public void sendExportRequestEvent(UUID exportRequestId, RequestItfExportRequest requestItfExportRequest, ExportRequestEntity request) Sends request to kafka for export request into ITF.- Parameters:
request- request
-