Class

com.ing.baker.recipe.scaladsl

InteractionDescriptor

Related Doc: package scaladsl

Permalink

case class InteractionDescriptor extends common.InteractionDescriptor with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, common.InteractionDescriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. InteractionDescriptor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val eventOutputTransformers: Map[common.Event, common.EventOutputTransformer]

    Permalink

    This is used to overwrite the name used for the output event and for the ingredients created by the event

    This is used to overwrite the name used for the output event and for the ingredients created by the event

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  8. val failureStrategy: Option[InteractionFailureStrategy]

    Permalink

    An optional strategy how to deal with failures.

    An optional strategy how to deal with failures. Falls back to the default strategy specified in the recipe.

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val interaction: Interaction

    Permalink
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val maximumInteractionCount: Option[Int]

    Permalink

    Indicates the maximum number of times the interaction may be called.

    Indicates the maximum number of times the interaction may be called.

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  14. val name: String

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. val newName: String

    Permalink
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val overriddenIngredientNames: Map[String, String]

    Permalink

    A map of overridden Ingredient Names for the input

    A map of overridden Ingredient Names for the input

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  20. val overriddenOutputIngredientName: Option[String]

    Permalink

    This is used to overwrite the name used for the output ingredient

    This is used to overwrite the name used for the output ingredient

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  21. val predefinedIngredients: Map[String, AnyRef]

    Permalink

    A map of predefined parameter values, not provided from the recipe.

    A map of predefined parameter values, not provided from the recipe.

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  22. val requiredEvents: Set[common.Event]

    Permalink

    A set of AND preconditions (events)

    A set of AND preconditions (events)

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  23. val requiredOneOfEvents: Set[common.Event]

    Permalink

    A set of OR preconditions (events)

    A set of OR preconditions (events)

    Definition Classes
    InteractionDescriptorInteractionDescriptor
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    InteractionDescriptor → AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withEventOutputTransformer(event: Event, newEventName: String, ingredientRenames: Map[String, String]): InteractionDescriptor

    Permalink
  30. def withIncrementalBackoffOnFailure(initialDelay: Duration, backoffFactor: Double = 2.0, maximumRetries: Int = 50): InteractionDescriptor

    Permalink
  31. def withMaximumInteractionCount(n: Int): InteractionDescriptor

    Permalink
  32. def withOverriddenIngredientName(oldIngredient: String, newIngredient: String): InteractionDescriptor

    Permalink
  33. def withOverriddenOutputIngredientName(newIngredientOutputName: String): InteractionDescriptor

    Permalink
  34. def withPredefinedIngredients(data: Map[String, AnyRef]): InteractionDescriptor

    Permalink
  35. def withPredefinedIngredients(values: (String, AnyRef)*): InteractionDescriptor

    Permalink
  36. def withRequiredEvent(event: common.Event): InteractionDescriptor

    Permalink
  37. def withRequiredEvents(events: common.Event*): InteractionDescriptor

    Permalink
  38. def withRequiredOneOfEvents(requiredOneOfEvents: common.Event*): InteractionDescriptor

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped