@ConfigurationProperties(prefix="camel.springboot") public class CamelConfigurationProperties extends org.apache.camel.main.DefaultConfigurationProperties<CamelConfigurationProperties>
Constructor and Description |
---|
CamelConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getJavaRoutesExcludePattern() |
String |
getJavaRoutesIncludePattern() |
String |
getXmlRests() |
String |
getXmlRoutes() |
boolean |
isIncludeNonSingletons() |
boolean |
isMainRunController() |
boolean |
isWarnOnEarlyShutdown() |
void |
setIncludeNonSingletons(boolean includeNonSingletons) |
void |
setJavaRoutesExcludePattern(String javaRoutesExcludePattern) |
void |
setJavaRoutesIncludePattern(String javaRoutesIncludePattern) |
void |
setMainRunController(boolean mainRunController) |
void |
setWarnOnEarlyShutdown(boolean warnOnEarlyShutdown) |
void |
setXmlRests(String xmlRests) |
void |
setXmlRoutes(String xmlRoutes) |
getBeanIntrospectionLoggingLevel, getConsumerTemplateCacheSize, getDurationMaxIdleSeconds, getDurationMaxMessages, getDurationMaxSeconds, getFileConfigurations, getJmxManagementNamePattern, getJmxManagementStatisticsLevel, getLogDebugMaxChars, getMdcLoggingKeysPattern, getName, getProducerTemplateCacheSize, getRouteFilterExcludePattern, getRouteFilterIncludePattern, getShutdownTimeout, getStreamCachingBufferSize, getStreamCachingSpoolCipher, getStreamCachingSpoolDirectory, getStreamCachingSpoolThreshold, getStreamCachingSpoolUsedHeapMemoryLimit, getStreamCachingSpoolUsedHeapMemoryThreshold, getThreadNamePattern, getTracingPattern, isAllowUseOriginalMessage, isAutoStartup, isBacklogTracing, isBeanIntrospectionExtendedStatistics, isEndpointRuntimeStatisticsEnabled, isJmxCreateConnector, isJmxEnabled, isLoadTypeConverters, isLogExhaustedMessageBody, isLogMask, isMessageHistory, isShutdownLogInflightExchangesOnTimeout, isShutdownNowOnTimeout, isShutdownRoutesInReverseOrder, isShutdownSuppressLoggingOnTimeout, isStreamCachingAnySpoolRules, isStreamCachingEnabled, isStreamCachingRemoveSpoolDirectoryWhenStopping, isStreamCachingStatisticsEnabled, isTracing, isUseBreadcrumb, isUseDataType, isUseMdcLogging, setAllowUseOriginalMessage, setAutoStartup, setBacklogTracing, setBeanIntrospectionExtendedStatistics, setBeanIntrospectionLoggingLevel, setConsumerTemplateCacheSize, setDurationMaxIdleSeconds, setDurationMaxMessages, setDurationMaxSeconds, setEndpointRuntimeStatisticsEnabled, setFileConfigurations, setJmxCreateConnector, setJmxEnabled, setJmxManagementNamePattern, setJmxManagementStatisticsLevel, setLoadTypeConverters, setLogDebugMaxChars, setLogExhaustedMessageBody, setLogMask, setMdcLoggingKeysPattern, setMessageHistory, setName, setProducerTemplateCacheSize, setRouteFilterExcludePattern, setRouteFilterIncludePattern, setShutdownLogInflightExchangesOnTimeout, setShutdownNowOnTimeout, setShutdownRoutesInReverseOrder, setShutdownSuppressLoggingOnTimeout, setShutdownTimeout, setStreamCachingAnySpoolRules, setStreamCachingBufferSize, setStreamCachingEnabled, setStreamCachingRemoveSpoolDirectoryWhenStopping, setStreamCachingSpoolCipher, setStreamCachingSpoolDirectory, setStreamCachingSpoolThreshold, setStreamCachingSpoolUsedHeapMemoryLimit, setStreamCachingSpoolUsedHeapMemoryThreshold, setStreamCachingStatisticsEnabled, setThreadNamePattern, setTracing, setTracingPattern, setUseBreadcrumb, setUseDataType, setUseMdcLogging, withAllowUseOriginalMessage, withAutoStartup, withBacklogTracing, withBeanIntrospectionExtendedStatistics, withBeanIntrospectionLoggingLevel, withConsumerTemplateCacheSize, withDurationMaxIdleSeconds, withDurationMaxMessages, withDurationMaxSeconds, withEndpointRuntimeStatisticsEnabled, withFileConfigurations, withJmxCreateConnector, withJmxEnabled, withJmxManagementNamePattern, withJmxManagementStatisticsLevel, withLoadTypeConverters, withLogDebugMaxChars, withLogExhaustedMessageBody, withLogMask, withMessageHistory, withName, withProducerTemplateCacheSize, withRouteFilterExcludePattern, withRouteFilterIncludePattern, withShutdownLogInflightExchangesOnTimeout, withShutdownNowOnTimeout, withShutdownRoutesInReverseOrder, withShutdownSuppressLoggingOnTimeout, withShutdownTimeout, withStreamCachingAnySpoolRules, withStreamCachingBufferSize, withStreamCachingEnabled, withStreamCachingRemoveSpoolDirectoryWhenStopping, withStreamCachingSpoolCipher, withStreamCachingSpoolDirectory, withStreamCachingSpoolThreshold, withStreamCachingSpoolUsedHeapMemoryLimit, withStreamCachingSpoolUsedHeapMemoryThreshold, withStreamCachingStatisticsEnabled, withThreadNamePattern, withTracing, withUseBreadcrumb, withUseDataType, withUseMdcLogging
public boolean isMainRunController()
public void setMainRunController(boolean mainRunController)
public boolean isIncludeNonSingletons()
public void setIncludeNonSingletons(boolean includeNonSingletons)
public boolean isWarnOnEarlyShutdown()
public void setWarnOnEarlyShutdown(boolean warnOnEarlyShutdown)
public String getJavaRoutesIncludePattern()
public void setJavaRoutesIncludePattern(String javaRoutesIncludePattern)
public String getJavaRoutesExcludePattern()
public void setJavaRoutesExcludePattern(String javaRoutesExcludePattern)
public String getXmlRoutes()
public void setXmlRoutes(String xmlRoutes)
public String getXmlRests()
public void setXmlRests(String xmlRests)
Apache Camel