Uses of Class
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.ProductId
-
Packages that use ProductId Package Description dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data -
-
Uses of ProductId in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data
Fields in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data declared as ProductId Modifier and Type Field Description ProductIdOrderEvent.ProductAddedToOrder. productIdProductIdOrderEvent.ProductOrderQuantityAdjusted. productIdProductIdOrderEvent.ProductRemovedFromOrder. productIdProductIdProductEvent. productIdMethods in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data that return ProductId Modifier and Type Method Description static ProductIdProductId. of(CharSequence id)static ProductIdProductId. random()Constructors in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data with parameters of type ProductId Constructor Description ProductAdded(ProductId productId)ProductAddedToOrder(OrderId orderId, ProductId productId, int quantity)ProductDiscontinued(ProductId productId)ProductEvent(ProductId productId)ProductOrderQuantityAdjusted(OrderId orderId, ProductId productId, int newQuantity)ProductRemovedFromOrder(OrderId orderId, ProductId productId)
-