Package akka.camel

Class CamelSettings


  • public class CamelSettings
    extends java.lang.Object
    Configured setting for how long the actor should wait for activation before it fails.
    • Constructor Summary

      Constructors 
      Constructor Description
      CamelSettings​(com.typesafe.config.Config config, DynamicAccess dynamicAccess)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.concurrent.duration.FiniteDuration ActivationTimeout()  
      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()  
      java.lang.String ProducerChildDispatcher()  
      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

      • CamelSettings

        public CamelSettings​(com.typesafe.config.Config config,
                             DynamicAccess dynamicAccess)
    • Method Detail

      • ActivationTimeout

        public final scala.concurrent.duration.FiniteDuration ActivationTimeout()
      • AutoAck

        public final boolean AutoAck()
        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.
        Returns:
        (undocumented)
      • ContextProvider

        public final ContextProvider ContextProvider()
        Configured setting, determine the class used to load/retrieve the instance of the Camel Context
        Returns:
        (undocumented)
      • Conversions

        public final scala.Function2<java.lang.String,​org.apache.camel.model.RouteDefinition,​org.apache.camel.model.RouteDefinition> Conversions()
      • JmxStatistics

        public final boolean JmxStatistics()
      • ProducerChildDispatcher

        public final java.lang.String ProducerChildDispatcher()
      • ReplyTimeout

        public final 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. This setting is used for out-capable, in-only, manually acknowledged communication.
        Returns:
        (undocumented)
      • StreamingCache

        public final boolean StreamingCache()
        enables or disables streamingCache on the Camel Context
        Returns:
        (undocumented)