JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Interfaces
Methods
Deprecated Interfaces
Interface
Description
org.apache.camel.main.ConfigureRouteTemplates
please consider using
templatedRoute
from the Java DSL instead.
Deprecated Methods
Method
Description
org.apache.camel.main.DefaultConfigurationProperties.getRouteControllerLoggingLevel()
org.apache.camel.main.DefaultConfigurationProperties.setRouteControllerLoggingLevel
(LoggingLevel)
org.apache.camel.main.MainListener.configure
(CamelContext)
Use
MainListener.afterConfigure(BaseMainSupport)
instead
org.apache.camel.main.MainListenerSupport.configure
(CamelContext)
org.apache.camel.main.MainSupport.getDuration()
org.apache.camel.main.MainSupport.getDurationHitExitCode()
org.apache.camel.main.MainSupport.getDurationIdle()
org.apache.camel.main.MainSupport.getDurationMaxMessages()
org.apache.camel.main.MainSupport.setDuration
(int)
use
BaseMainSupport.configure()
org.apache.camel.main.MainSupport.setDurationHitExitCode
(int)
use
BaseMainSupport.configure()
org.apache.camel.main.MainSupport.setDurationIdle
(int)
use
BaseMainSupport.configure()
org.apache.camel.main.MainSupport.setDurationMaxMessages
(int)
use
BaseMainSupport.configure()
templatedRoutefrom the Java DSL instead.