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

com.ing.baker.recipe.common.EventOutputTransformer.scala Maven / Gradle / Ivy

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

trait EventOutputTransformer {
  val newEventName: String
  val ingredientRenames: Map[String, String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy