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

com.ing.baker.runtime.scaladsl.IngredientInstance.scala Maven / Gradle / Ivy

There is a newer version: 4.1.0-RC3
Show newest version
package com.ing.baker.runtime.scaladsl

import com.ing.baker.runtime.common.LanguageDataStructures.ScalaApi
import com.ing.baker.runtime.{common, javadsl}
import com.ing.baker.types.Value

case class IngredientInstance(name: String, value: Value) extends common.IngredientInstance with ScalaApi {

  def asJava: javadsl.IngredientInstance = javadsl.IngredientInstance(name, value)
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy