IncomingEvent

The events handled by this bounded context.

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

Type members

Enum entries

case OrderMilk(quintals: QuintalsOfMilk)

Received when an order for milk has to be placed.

Received when an order for milk has to be placed.

case ProductionStarted(ingredients: NonEmptyList[QuintalsOfIngredient])

Received when a production is started. It consumes the given ingredients.

Received when a production is started. It consumes the given ingredients.