All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ing.baker.recipe.scaladsl.Interaction.scala Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package com.ing.baker.recipe.scaladsl

import com.ing.baker.recipe.common.InteractionOutput
import com.ing.baker.recipe.common

case class Interaction(override val name: String,
                       override val inputIngredients: Seq[common.Ingredient],
                       override val output: InteractionOutput)
  extends common.Interaction




© 2015 - 2024 Weber Informatics LLC | Privacy Policy