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

com.ing.baker.runtime.common.RecipeEventMetadata.scala Maven / Gradle / Ivy

The newest version!
package com.ing.baker.runtime.common

import com.ing.baker.runtime.common.LanguageDataStructures.LanguageApi

trait RecipeEventMetadata extends LanguageApi {

  def recipeId: String

  def recipeName: String

  def recipeInstanceId: String

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy