Package

com.ing.baker.runtime

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class Baker extends AnyRef

    Permalink

    The Baker is the component of the Baker library that runs one or multiples recipes.

    The Baker is the component of the Baker library that runs one or multiples recipes. For each recipe a new instance can be baked, sensory events can be send and state can be inquired upon

  2. class BakerException extends RuntimeException

    Permalink
  3. class BakerResponse extends AnyRef

    Permalink
  4. trait EventListener extends AnyRef

    Permalink

    Listener interface for events from baker.

  5. class NoSuchProcessException extends BakerException

    Permalink
  6. case class ProcessState(processId: String, ingredients: Map[String, Value]) extends Serializable with Product

    Permalink
  7. class RecipeValidationException extends BakerException

    Permalink
  8. case class RuntimeEvent(name: String, providedIngredients: Seq[(String, Value)]) extends Product with Serializable

    Permalink
  9. final class SensoryEventStatus extends Enum[SensoryEventStatus]

    Permalink

Value Members

  1. object Baker

    Permalink
  2. object BakerResponse

    Permalink
  3. object InteractionResponse

    Permalink
  4. object RuntimeEvent extends Serializable

    Permalink
  5. package interations

    Permalink

Ungrouped