Uses of Record Class
com.example.orderplatform.orders.domain.OrderDraft
Packages that use OrderDraft
-
Uses of OrderDraft in com.example.orderplatform.orders.application
Methods in com.example.orderplatform.orders.application with parameters of type OrderDraftModifier and TypeMethodDescriptionOrderStore.save(UUID id, OrderDraft draft, OffsetDateTime createdAt) Persists a submitted order draft.