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

com.ing.baker.runtime.model.BakerComponents.scala Maven / Gradle / Ivy

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

case class BakerComponents[F[_]](interactions: InteractionManager[F],
                                 recipeInstanceManager: RecipeInstanceManager[F],
                                 recipeManager: RecipeManager[F],
                                 eventStream: EventStream[F],
                                 logging: BakerLogging = BakerLogging())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy