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