153154155156157158159
cargo.delivery().set( newDeliveryBuilder.newInstance() ); // Step 5 - Notify cargo owner of arrival at final destination // (Mockup for notification to cargo owner) throw new CargoArrivedException( c.arrivalEvent ); }