public class CamelSettings
extends java.lang.Object
Constructor and Description |
---|
CamelSettings(com.typesafe.config.Config config,
akka.actor.DynamicAccess dynamicAccess) |
Modifier and Type | Method and Description |
---|---|
scala.concurrent.duration.FiniteDuration |
ActivationTimeout()
Configured setting for how long the actor should wait for activation before it fails.
|
boolean |
AutoAck()
Configured setting which determines whether one-way communications between an endpoint and this consumer actor
should be auto-acknowledged or application-acknowledged.
|
ContextProvider |
ContextProvider()
Configured setting, determine the class used to load/retrieve the instance of the Camel Context
|
scala.Function2<java.lang.String,org.apache.camel.model.RouteDefinition,org.apache.camel.model.RouteDefinition> |
Conversions() |
boolean |
JmxStatistics() |
scala.concurrent.duration.FiniteDuration |
ReplyTimeout()
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.
|
boolean |
StreamingCache()
enables or disables streamingCache on the Camel Context
|
public CamelSettings(com.typesafe.config.Config config, akka.actor.DynamicAccess dynamicAccess)
public final scala.concurrent.duration.FiniteDuration ActivationTimeout()
public final scala.concurrent.duration.FiniteDuration ReplyTimeout()
public final boolean AutoAck()
public final boolean JmxStatistics()
public final boolean StreamingCache()
public final scala.Function2<java.lang.String,org.apache.camel.model.RouteDefinition,org.apache.camel.model.RouteDefinition> Conversions()
public final ContextProvider ContextProvider()