Interface SendConsignmentToExternalFulfillmentSystemStrategy
-
- All Known Implementing Classes:
SapSendConsignmentToExternalFulfillmentSystemStrategy
public interface SendConsignmentToExternalFulfillmentSystemStrategy
Strategy to send the givenConsignmentModel
to external fulfillment system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendConsignment(ConsignmentModel consignment)
SendsConsignmentModel
to external fulfillment system
-
-
-
Method Detail
-
sendConsignment
void sendConsignment(ConsignmentModel consignment)
SendsConsignmentModel
to external fulfillment system- Parameters:
consignment
- theConsignmentModel
-
-