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

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

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

import com.ing.baker.runtime.common
import com.ing.baker.runtime.scaladsl
import com.ing.baker.runtime.common.LanguageDataStructures.JavaApi

case class RecipeEventMetadata(recipeId: String, recipeName: String, recipeInstanceId: String) extends common.RecipeEventMetadata with JavaApi {

  def getRecipeId: String = recipeId

  def getRecipeName: String = recipeName

  def getRecipeInstanceId: String = recipeInstanceId

  def asScala: scaladsl.RecipeEventMetadata =
    scaladsl.RecipeEventMetadata(
      recipeId = recipeId,
      recipeName = recipeName,
      recipeInstanceId = recipeInstanceId
    )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy