Class ExportStrategiesRegistry
java.lang.Object
org.qubership.atp.mia.ei.component.ExportStrategiesRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExportStrategy(@NotNull org.qubership.atp.ei.node.dto.ExportFormat format) Lookup export strategy by export tool type and request transport type parameters.
-
Constructor Details
-
ExportStrategiesRegistry
public ExportStrategiesRegistry()
-
-
Method Details
-
getExportStrategy
public ExportStrategy getExportStrategy(@NotNull @NotNull org.qubership.atp.ei.node.dto.ExportFormat format) throws MiaExportTypeNotSupportException Lookup export strategy by export tool type and request transport type parameters.- Parameters:
format- export format- Returns:
- export strategy implementation
- Throws:
MiaExportTypeNotSupportException
-