Packages

package common

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

Type Members

  1. trait Event extends AnyRef
  2. trait EventOutputTransformer extends AnyRef
  3. class Ingredient extends AnyRef
  4. trait InteractionDescriptor extends AnyRef

    An interaction is some code that requires input (ingredients) and produces output (ingredients)

  5. sealed trait InteractionFailureStrategy extends AnyRef
  6. trait Recipe extends AnyRef

    A Recipe combines a set of interactions & events.

  7. class RecipeValidationException extends RuntimeException

Value Members

  1. val exhaustedEventAppend: String
  2. val recipeInstanceIdName: String
  3. object InteractionFailureStrategy

Inherited from AnyRef

Inherited from Any

Ungrouped