Package no.ks.kes.demoapp
Class Shipments
-
- All Implemented Interfaces:
public final class Shipments extends Projection
-
-
Constructor Summary
Constructors Constructor Description Shipments()
-
Method Summary
Modifier and Type Method Description final Map<UUID, Integer>getShipments(UUID basketId)final BooleanisFailedShipment(UUID basketId)final BooleanisMissingShipment(UUID basketId)-
-
Method Detail
-
getShipments
@Synchronized() final Map<UUID, Integer> getShipments(UUID basketId)
-
isFailedShipment
@Synchronized() final Boolean isFailedShipment(UUID basketId)
-
isMissingShipment
@Synchronized() final Boolean isMissingShipment(UUID basketId)
-
-
-
-