Packages

c

akka.camel

CamelSettings

class CamelSettings extends AnyRef

Settings for the Camel Extension

Source
Camel.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CamelSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val ActivationTimeout: FiniteDuration

    Configured setting for how long the actor should wait for activation before it fails.

  2. final val AutoAck: Boolean

    Configured setting which determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged.

    Configured setting which determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged. This flag has only effect when exchange is in-only.

  3. final val ContextProvider: ContextProvider

    Configured setting, determine the class used to load/retrieve the instance of the Camel Context

  4. final val Conversions: (String, RouteDefinition) ⇒ RouteDefinition
  5. final val JmxStatistics: Boolean
  6. final val ProducerChildDispatcher: String
  7. final val ReplyTimeout: FiniteDuration

    Configured setting, when endpoint is out-capable (can produce responses) replyTimeout is the maximum time the endpoint can take to send the response before the message exchange fails.

    Configured setting, when endpoint is out-capable (can produce responses) replyTimeout is the maximum time the endpoint can take to send the response before the message exchange fails. This setting is used for out-capable, in-only, manually acknowledged communication.

  8. final val StreamingCache: Boolean

    enables or disables streamingCache on the Camel Context