Package

com.ing.baker.recipe

scaladsl

Permalink

package scaladsl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scaladsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Event(name: String, providedIngredients: Seq[common.Ingredient]) extends common.Event with Product with Serializable

    Permalink
  2. case class EventOutputTransformer(newEventName: String, ingredientRenames: Map[String, String]) extends common.EventOutputTransformer with Product with Serializable

    Permalink
  3. case class Ingredient[I](name: String)(implicit evidence$1: ClassTag[I]) extends common.Ingredient with Product with Serializable

    Permalink
  4. case class Interaction(name: String, inputIngredients: Seq[common.Ingredient], output: InteractionOutput) extends common.Interaction with Product with Serializable

    Permalink
  5. case class InteractionDescriptor extends common.InteractionDescriptor with Product with Serializable

    Permalink
  6. case class Recipe extends common.Recipe with Product with Serializable

    Permalink

    A Recipe combines a set of interactions & events.

Value Members

  1. object Event extends Serializable

    Permalink
  2. implicit def IngredientToIngredientSeq(ingredient: Ingredient[_]): Seq[Ingredient[_]]

    Permalink
  3. object Ingredients

    Permalink
  4. object InteractionDescriptorFactory

    Permalink
  5. implicit def InteractionToInteractionDescriptor(interaction: Interaction): InteractionDescriptor

    Permalink
  6. implicit def InteractionToInteractionDescriptorWithRename(interactionNameTuple: (Interaction, String)): InteractionDescriptor

    Permalink
  7. object Recipe extends Serializable

    Permalink
  8. implicit def StringToRecipe(name: String): Recipe

    Permalink
  9. val processId: Ingredient[_]

    Permalink
  10. val processIdUUID: Ingredient[_]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped