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

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

The newest version!
package com.ing.baker.recipe

package object scaladsl {

  val recipeInstanceId: Ingredient[String] = new Ingredient[String](common.recipeInstanceIdName)
  val recipeInstanceMetaData: Ingredient[Map[String, String]] = new Ingredient[Map[String, String]](common.recipeInstanceMetadataName)
  val recipeInstanceEventList: Ingredient[List[String]] = new Ingredient[List[String]](common.recipeInstanceEventListName)
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy