Akka 2.6.7 introduced a generic StatusReply for the common reply pattern of Success/Fail and the corresponding pattern matching on the call site.
See akka/akka-core#29190
shopping-cart-scala uses a custom Confirmation/Accepted/Rejected ADT on the persistent entity that will become obsolete when this is available via Lagom 1.6.4 (which will use Akka 2.6.7+)
Akka 2.6.7 introduced a generic
StatusReplyfor the common reply pattern ofSuccess/Failand the corresponding pattern matching on the call site.See akka/akka-core#29190
shopping-cart-scalauses a customConfirmation/Accepted/RejectedADT on the persistent entity that will become obsolete when this is available via Lagom 1.6.4 (which will use Akka 2.6.7+)