@ConfigurationProperties(prefix="camel.springboot") public class CamelConfigurationProperties extends org.apache.camel.main.DefaultConfigurationProperties<CamelConfigurationProperties>
Modifier and Type | Field and Description |
---|---|
boolean |
endpointBasicPropertyBinding
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
|
boolean |
endpointBridgeErrorHandler
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while
the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and
handled by the routing Error Handler.
|
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, isEndpointBasicPropertyBinding, isEndpointBridgeErrorHandler, isEndpointLazyStartProducer, 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, setEndpointBasicPropertyBinding, setEndpointBridgeErrorHandler, setEndpointLazyStartProducer, 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, withEndpointBasicPropertyBinding, withEndpointBridgeErrorHandler, withEndpointLazyStartProducer, 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 endpointBridgeErrorHandler
public boolean endpointBasicPropertyBinding
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