libretto.examples.coffeemachine.CoffeeMachine.scala Maven / Gradle / Ivy
The newest version!
package libretto.examples.coffeemachine
import libretto.scaletto.StarterApp
object CoffeeMachine extends StarterApp { app =>
override def blueprint: Done -⚬ Done =
CoffeeMachineProvider.makeCoffeeMachine > CoffeeMachineClient.useCoffeeMachine
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy