Interface DeliveryTrackingIdStrategy
- All Known Implementing Classes:
DefaultDeliveryTrackingIdStrategy
public interface DeliveryTrackingIdStrategy
Strategy to generate delivery tracking id
-
Method Summary
Modifier and TypeMethodDescriptiongenerateTrackingId(ConsignmentModel consignment) Generates theConsignmentModel.TRACKINGIDfor the givenConsignmentModel
-
Method Details
-
generateTrackingId
Generates theConsignmentModel.TRACKINGIDfor the givenConsignmentModel- Parameters:
consignment- theConsignmentModelfor which tracking id needs to be generated- Returns:
- the generated tracking Id
-