|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.camel.CamelSettings
public class CamelSettings
Settings for the Camel Extension param: config the config
Constructor Summary | |
---|---|
CamelSettings(com.typesafe.config.Config config,
DynamicAccess dynamicAccess)
|
Method Summary | |
---|---|
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/retrive 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CamelSettings(com.typesafe.config.Config config, DynamicAccess dynamicAccess)
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |