|
|
@@ -18,12 +18,12 @@ public interface TrackingService {
|
|
18
|
18
|
Cargo track(TrackingId trackingId);
|
|
19
|
19
|
|
|
20
|
20
|
/**
|
|
21
|
|
- * Send relevant notifications to interested parties,
|
|
|
21
|
+ * Inspect cargo and send relevant notifications to interested parties,
|
|
22
|
22
|
* for example if a cargo has been misdirected, or unloaded
|
|
23
|
23
|
* at the final destination.
|
|
24
|
24
|
*
|
|
25
|
25
|
* @param trackingId cargo tracking id
|
|
26
|
26
|
*/
|
|
27
|
|
- void notify(TrackingId trackingId);
|
|
|
27
|
+ void inspectCargo(TrackingId trackingId);
|
|
28
|
28
|
|
|
29
|
29
|
}
|