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

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

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

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

/**
  * This class holds some meta data of a baker process.
  */
trait RecipeInstanceMetadata extends LanguageApi {

  val recipeId: String

  val recipeInstanceId: String

  val createdTime: Long
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy