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