IncomingEvent

The events that have to be handled by the bounded context.

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case NewOrderReceived(order: Order)

Event representing an order placed, data about the orders is used to create the production plan.

Event representing an order placed, data about the orders is used to create the production plan.