Class OrderEvent.ProductOrderQuantityAdjusted

  • Enclosing class:
    OrderEvent

    public static class OrderEvent.ProductOrderQuantityAdjusted
    extends OrderEvent
    • Field Detail

      • productId

        public final ProductId productId
      • newQuantity

        public final int newQuantity
    • Constructor Detail

      • ProductOrderQuantityAdjusted

        public ProductOrderQuantityAdjusted​(OrderId orderId,
                                            ProductId productId,
                                            int newQuantity)