Uses of Interface
com.broadleafcommerce.common.dataexport.data.ExportDataRouteSupporting
-
Packages that use ExportDataRouteSupporting Package Description com.broadleafcommerce.common.dataexport.messaging -
-
Uses of ExportDataRouteSupporting in com.broadleafcommerce.common.dataexport.messaging
Methods in com.broadleafcommerce.common.dataexport.messaging that return types with arguments of type ExportDataRouteSupporting Modifier and Type Method Description protected List<ExportDataRouteSupporting>
ExportOrphanCheckListener. getDataRoutes()
protected List<ExportDataRouteSupporting>
ProcessExportRequestListener. getDataRoutes()
Constructor parameters in com.broadleafcommerce.common.dataexport.messaging with type arguments of type ExportDataRouteSupporting Constructor Description ExportOrphanCheckListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<ExportDataRouteSupporting> dataRoutes, ExportService<Export> exportService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
ProcessExportRequestListener(List<ExportDataRouteSupporting> dataRoutes, ExportService<Export> exportService, ExportManager exportManager)
-