Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

addConfiguration(Object) - Method in class org.apache.camel.main.BaseMainSupport
 
addConfigurationClass(Class...) - Method in class org.apache.camel.main.BaseMainSupport
 
addInitialProperty(String, String) - Method in class org.apache.camel.main.BaseMainSupport
Adds a initial property for the properties component, which will be used before any locations are resolved.
addMainListener(MainListener) - Method in class org.apache.camel.main.BaseMainSupport
Adds a MainListener to receive callbacks when the main is started or stopping
addOption(MainSupport.Option) - Method in class org.apache.camel.main.MainCommandLineSupport
 
addOverrideProperty(String, String) - Method in class org.apache.camel.main.BaseMainSupport
Adds an override property that take precedence and will use first, if a property exist.
addProperty(String, String) - Method in class org.apache.camel.main.BaseMainSupport
Adds a property (initial) for the properties component, which will be used before any locations are resolved.
addRouteBuilder(RoutesBuilder) - Method in class org.apache.camel.main.BaseMainSupport
addRouteBuilder(Class...) - Method in class org.apache.camel.main.BaseMainSupport
 
addRoutesBuilder(RoutesBuilder) - Method in class org.apache.camel.main.BaseMainSupport
 
afterPropertiesSet(CamelContext) - Static method in class org.apache.camel.main.DefaultConfigurationConfigurer
Performs additional configuration to lookup beans of Camel types to configure additional configurations on the Camel context.
afterStart(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback after the CamelContext has been started.
afterStart(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
afterStart() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been started.
afterStop(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback after the CamelContext has been stopped.
afterStop(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
afterStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been stopped.
autoConfigurationFailFast(CamelContext, Map<String, String>) - Method in class org.apache.camel.main.BaseMainSupport
 
autoConfigurationFromProperties(CamelContext, Map<String, String>) - Method in class org.apache.camel.main.BaseMainSupport
 
autoConfigurationMainConfiguration(CamelContext, MainConfigurationProperties, Map<String, String>) - Method in class org.apache.camel.main.BaseMainSupport
 
autoConfigurationPropertiesComponent(CamelContext, Map<String, String>) - Method in class org.apache.camel.main.BaseMainSupport
 
autoconfigure(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
autowireConfigurationFromRegistry(CamelContext, boolean, boolean) - Method in class org.apache.camel.main.BaseMainSupport
 
autowireWildcardProperties(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 

B

BaseMainSupport - Class in org.apache.camel.main
Base class for main implementations to allow bootstrapping Camel in standalone mode.
BaseMainSupport() - Constructor for class org.apache.camel.main.BaseMainSupport
 
beforeConfigure(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback invoked after the the CamelContext has been created and before the auto-configured step starts.
beforeConfigure(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
beforeStart(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback before the CamelContext is being created and started.
beforeStart(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
beforeStart() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic before CamelContext is being started.
beforeStop(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback before the CamelContext is being stopped.
beforeStop(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
beforeStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic before CamelContext is being stopped.
bind(String, Object) - Method in class org.apache.camel.main.Main
Binds the given name to the bean object, so that it can be looked up inside the CamelContext this command line tool runs with.

C

camelContext - Variable in class org.apache.camel.main.BaseMainSupport
 
camelTemplate - Variable in class org.apache.camel.main.BaseMainSupport
 
collectRoutesFromRegistry(CamelContext, String, String) - Method in class org.apache.camel.main.DefaultRoutesCollector
 
collectRoutesFromRegistry(CamelContext, String, String) - Method in interface org.apache.camel.main.RoutesCollector
Collects the RoutesBuilder instances which was discovered from the Registry such as Spring or CDI bean containers.
collectXmlRestsFromDirectory(CamelContext, String) - Method in class org.apache.camel.main.DefaultRoutesCollector
 
collectXmlRestsFromDirectory(CamelContext, String) - Method in interface org.apache.camel.main.RoutesCollector
Collects all XML rests from the given directory.
collectXmlRoutesFromDirectory(CamelContext, String) - Method in class org.apache.camel.main.DefaultRoutesCollector
 
collectXmlRoutesFromDirectory(CamelContext, String) - Method in interface org.apache.camel.main.RoutesCollector
Collects all XML routes from the given directory.
completed - Variable in class org.apache.camel.main.BaseMainSupport
 
completed() - Method in class org.apache.camel.main.MainSupport
Marks this process as being completed.
computeProperties(String, String, Properties, Map<BaseMainSupport.PropertyOptionKey, Map<String, Object>>, Function<String, Iterable<Object>>) - Static method in class org.apache.camel.main.BaseMainSupport
 
configurationClasses - Variable in class org.apache.camel.main.BaseMainSupport
 
configurations - Variable in class org.apache.camel.main.BaseMainSupport
 
configure() - Method in class org.apache.camel.main.BaseMainSupport
To configure options on Camel Main.
configure(CamelContext, DefaultConfigurationProperties) - Static method in class org.apache.camel.main.DefaultConfigurationConfigurer
Configures the CamelContext with the configuration.
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.ExtendedCamelContextConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
configure(CamelContext) - Method in interface org.apache.camel.main.MainListener
Callback to configure the created CamelContext.
configure(CamelContext) - Method in class org.apache.camel.main.MainListenerSupport
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.RestConfigurationPropertiesConfigurer
 
configureLifecycle(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
configureLifecycle(CamelContext) - Method in class org.apache.camel.main.MainSupport
 
configurePropertiesService(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
configureRoutes(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
configureRoutes(CamelContext, DefaultConfigurationProperties) - Method in class org.apache.camel.main.RoutesConfigurer
Collects routes and rests from the various sources (like registry or opinionated classpath locations) and injects (adds) these into the Camel context.
createCamelContext() - Method in class org.apache.camel.main.BaseMainSupport
 
createCamelContext() - Method in class org.apache.camel.main.Main
 

D

DEFAULT_EXIT_CODE - Static variable in class org.apache.camel.main.MainSupport
 
DefaultConfigurationConfigurer - Class in org.apache.camel.main
To configure the DefaultConfigurationProperties on CamelContext used by Camel Main, Camel Spring Boot and other runtimes.
DefaultConfigurationProperties<T> - Class in org.apache.camel.main
Common set of configuration options used by Camel Main, Camel Spring Boot and other runtimes.
DefaultConfigurationProperties() - Constructor for class org.apache.camel.main.DefaultConfigurationProperties
 
defaultPropertyPlaceholderLocation - Variable in class org.apache.camel.main.BaseMainSupport
 
DefaultRoutesCollector - Class in org.apache.camel.main
A default RoutesCollector.
DefaultRoutesCollector() - Constructor for class org.apache.camel.main.DefaultRoutesCollector
 
disableHangupSupport() - Method in class org.apache.camel.main.MainSupport
Disable the hangup support.
doAutowireWildcardProperties(String, Component) - Method in class org.apache.camel.main.BaseMainSupport
 
doConfigureCamelContextFromMainConfiguration(CamelContext, MainConfigurationProperties, Map<String, String>) - Method in class org.apache.camel.main.BaseMainSupport
Configures CamelContext from the MainConfigurationProperties properties.
doInit() - Method in class org.apache.camel.main.Main
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
doProcess(String, String, LinkedList<String>) - Method in class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.Option
 
doStart() - Method in class org.apache.camel.main.Main
 
doStart() - Method in class org.apache.camel.main.MainDurationEventNotifier
 
doStart() - Method in class org.apache.camel.main.MainSupport
 
doStop() - Method in class org.apache.camel.main.Main
 
doStop() - Method in class org.apache.camel.main.MainSupport
 

E

enableHangupSupport() - Method in class org.apache.camel.main.MainSupport
Hangup support is enabled by default.
enableTrace() - Method in class org.apache.camel.main.MainSupport
 
end() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
end() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
end() - Method in class org.apache.camel.main.RestConfigurationProperties
 
exitCode - Variable in class org.apache.camel.main.MainSupport
 
ExtendedCamelContextConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
ExtendedCamelContextConfigurer() - Constructor for class org.apache.camel.main.ExtendedCamelContextConfigurer
 

F

findBindingsByType(Class<T>) - Method in class org.apache.camel.main.MainRegistry
 
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.BaseMainSupport
 
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.Main
 

G

getAbbreviation() - Method in class org.apache.camel.main.MainSupport.Option
 
getAllowMaximumSizeToDivergeFromCoreSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getAutomaticTransitionFromOpenToHalfOpenEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBeanIntrospectionLoggingLevel() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getBulkheadEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBulkheadMaxWaitDuration() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getCamelContext() - Method in class org.apache.camel.main.BaseMainSupport
 
getCamelTemplate() - Method in class org.apache.camel.main.BaseMainSupport
 
getCircuitBreakerEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCircuitBreakerErrorThresholdPercentage() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCircuitBreakerForceClosed() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCircuitBreakerForceOpen() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCircuitBreakerRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getCircuitBreakerRequestVolumeThreshold() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCircuitBreakerSleepWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getCompleteTask() - Method in class org.apache.camel.main.MainSupport
Gets the complete task which allows to trigger this on demand.
getConfigRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getConfigurationClasses() - Method in class org.apache.camel.main.BaseMainSupport
 
getConfigurations() - Method in class org.apache.camel.main.BaseMainSupport
 
getConsumerTemplateCacheSize() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getCorePoolSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getDefaultPropertyPlaceholderLocation() - Method in class org.apache.camel.main.BaseMainSupport
 
getDescription() - Method in class org.apache.camel.main.MainSupport.Option
 
getDuration() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationHitExitCode() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getDurationHitExitCode() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationIdle() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationMaxIdleSeconds() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getDurationMaxMessages() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getDurationMaxMessages() - Method in class org.apache.camel.main.MainSupport
Deprecated.
getDurationMaxSeconds() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getExecutionIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getExecutionIsolationStrategy() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getExecutionIsolationThreadInterruptOnTimeout() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getExecutionTimeoutEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getExecutionTimeoutInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getExitCode() - Method in class org.apache.camel.main.MainSupport
 
getFailureRateThreshold() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getFallbackEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getFallbackIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getFileConfigurations() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getFullName() - Method in class org.apache.camel.main.MainSupport.Option
 
getGroupKey() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getInformation() - Method in class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
getInformation() - Method in class org.apache.camel.main.MainSupport.Option
 
getInitialProperties() - Method in class org.apache.camel.main.BaseMainSupport
 
getInstance() - Static method in class org.apache.camel.main.Main
Returns the currently executing main
getJavaRoutesExcludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getJavaRoutesIncludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getJmxManagementNamePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getJmxManagementStatisticsLevel() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getKeepAliveTime() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getLogDebugMaxChars() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getMaximumSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMaxQueueSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMdcLoggingKeysPattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getMetricsHealthSnapshotIntervalInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingPercentileBucketSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingPercentileEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingPercentileWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingPercentileWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingStatisticalWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMetricsRollingStatisticalWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getMinimumNumberOfCalls() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getName() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getOverrideProperties() - Method in class org.apache.camel.main.BaseMainSupport
 
getPackageScanRouteBuilders() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getPermittedNumberOfCallsInHalfOpenState() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getProducerTemplateCacheSize() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getPropertyPlaceholderLocations() - Method in class org.apache.camel.main.BaseMainSupport
 
getQueueSizeRejectionThreshold() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getRequestLogEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getRouteBuilderClasses() - Method in class org.apache.camel.main.BaseMainSupport
 
getRouteBuilders() - Method in class org.apache.camel.main.BaseMainSupport
getRouteDefinitions() - Method in class org.apache.camel.main.BaseMainSupport
 
getRouteFilterExcludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteFilterIncludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRoutesBuilders() - Method in class org.apache.camel.main.BaseMainSupport
 
getRoutesCollector() - Method in class org.apache.camel.main.BaseMainSupport
 
getShutdownTimeout() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getSlidingWindowSize() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getSlidingWindowType() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getSlowCallDurationThreshold() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getSlowCallRateThreshold() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getStreamCachingBufferSize() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStreamCachingSpoolCipher() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStreamCachingSpoolDirectory() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStreamCachingSpoolThreshold() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStreamCachingSpoolUsedHeapMemoryLimit() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStreamCachingSpoolUsedHeapMemoryThreshold() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getThreadNamePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getThreadPoolKey() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getThreadPoolRollingNumberStatisticalWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getThreadPoolRollingNumberStatisticalWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
 
getTimeoutCancelRunningFuture() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutDuration() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutExecutorServiceRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTracingPattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getWaitDurationInOpenState() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getWritableStackTraceEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getXmlRests() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getXmlRoutes() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 

H

hystrix() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Circuit Breaker EIP with Hystrix
HystrixConfigurationProperties - Class in org.apache.camel.main
Global configuration for Hystrix EIP circuit breaker.
HystrixConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.HystrixConfigurationProperties
 
HystrixConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
HystrixConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 

I

initCamelContext() - Method in class org.apache.camel.main.BaseMainSupport
 
initialProperties - Variable in class org.apache.camel.main.BaseMainSupport
 
instance - Static variable in class org.apache.camel.main.Main
 
isAllowUseOriginalMessage() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isAutoConfigurationEnabled() - Method in class org.apache.camel.main.BaseMainSupport
Deprecated.
isAutoConfigurationEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoConfigurationEnvironmentVariablesEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoConfigurationFailFast() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoConfigurationLogSummary() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoStartup() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isAutowireComponentProperties() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutowireComponentPropertiesAllowPrivateSetter() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutowireComponentPropertiesDeep() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutowireComponentPropertiesNonNullOnly() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isBacklogTracing() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isBeanIntrospectionExtendedStatistics() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isCaseInsensitiveHeaders() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEnabled(CamelEvent) - Method in class org.apache.camel.main.MainDurationEventNotifier
 
isEndpointBasicPropertyBinding() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEndpointBridgeErrorHandler() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEndpointLazyStartProducer() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEndpointRuntimeStatisticsEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isHangupInterceptorEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isInflightRepositoryBrowseEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isJmxEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isLightweight() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isLoadTypeConverters() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isLogExhaustedMessageBody() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isLogMask() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isMessageHistory() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isRoutesCollectorEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isServiceEnabled(String, String, Properties) - Static method in class org.apache.camel.main.BaseMainSupport
 
isShutdownLogInflightExchangesOnTimeout() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isShutdownNowOnTimeout() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isShutdownRoutesInReverseOrder() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isShutdownSuppressLoggingOnTimeout() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isStreamCachingAnySpoolRules() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isStreamCachingEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isStreamCachingRemoveSpoolDirectoryWhenStopping() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isStreamCachingStatisticsEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isTrace() - Method in class org.apache.camel.main.MainSupport
 
isTracing() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isUseBreadcrumb() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isUseDataType() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isUseMdcLogging() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 

L

latch - Variable in class org.apache.camel.main.MainSupport
 
listeners - Variable in class org.apache.camel.main.BaseMainSupport
 
loadConfigurations(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
loadEnvironmentVariablesAsProperties(String[]) - Static method in class org.apache.camel.main.BaseMainSupport
 
loadRouteBuilders(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
LOG - Static variable in class org.apache.camel.main.DefaultConfigurationConfigurer
 
log - Variable in class org.apache.camel.main.DefaultRoutesCollector
 
LOG - Static variable in class org.apache.camel.main.MainSupport
 
lookup(String) - Method in class org.apache.camel.main.Main
Using the given name does lookup for the bean being already bound using the Main.bind(String, Object) method.
lookup(String, Class<T>) - Method in class org.apache.camel.main.Main
Using the given name and type does lookup for the bean being already bound using the Main.bind(String, Object) method.
lookupByType(Class<T>) - Method in class org.apache.camel.main.Main
Using the given type does lookup for the bean being already bound using the Main.bind(String, Object) method.

M

Main - Class in org.apache.camel.main
A Main class for booting up Camel in standalone mode.
Main() - Constructor for class org.apache.camel.main.Main
 
Main(Class...) - Constructor for class org.apache.camel.main.Main
 
main(String...) - Static method in class org.apache.camel.main.Main
 
MainCommandLineSupport - Class in org.apache.camel.main
Support for command line arguments to Camel main.
MainCommandLineSupport(Class...) - Constructor for class org.apache.camel.main.MainCommandLineSupport
 
MainCommandLineSupport() - Constructor for class org.apache.camel.main.MainCommandLineSupport
 
MainCommandLineSupport.ParameterOption - Class in org.apache.camel.main
 
mainConfigurationProperties - Variable in class org.apache.camel.main.BaseMainSupport
 
MainConfigurationProperties - Class in org.apache.camel.main
Global configuration for Camel Main to setup context name, stream caching and other global configurations.
MainConfigurationProperties() - Constructor for class org.apache.camel.main.MainConfigurationProperties
 
MainConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
MainConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
MainDurationEventNotifier - Class in org.apache.camel.main
A EventNotifier to trigger shutdown of the Main JVM when maximum number of messages has been processed.
MainDurationEventNotifier(CamelContext, int, long, AtomicBoolean, CountDownLatch, boolean) - Constructor for class org.apache.camel.main.MainDurationEventNotifier
 
MainLifecycleStrategy - Class in org.apache.camel.main
A LifecycleStrategy to trigger shutdown of the Main JVM when CamelContext is stopped from JMX or its stop method is invoked from Java code.
MainLifecycleStrategy(AtomicBoolean, CountDownLatch) - Constructor for class org.apache.camel.main.MainLifecycleStrategy
 
MainListener - Interface in org.apache.camel.main
A lifecycle listener to receive callbacks when the Main is started and stopped.
MainListenerSupport - Class in org.apache.camel.main
A useful base class for MainListener implementations.
MainListenerSupport() - Constructor for class org.apache.camel.main.MainListenerSupport
 
MainRegistry - Class in org.apache.camel.main
 
MainRegistry() - Constructor for class org.apache.camel.main.MainRegistry
 
MainSupport - Class in org.apache.camel.main
Class for main implementations to allow starting up a JVM with Camel embedded.
MainSupport(Class...) - Constructor for class org.apache.camel.main.MainSupport
 
MainSupport() - Constructor for class org.apache.camel.main.MainSupport
 
MainSupport.Option - Class in org.apache.camel.main
 

N

notify(CamelEvent) - Method in class org.apache.camel.main.MainDurationEventNotifier
 

O

onContextStop(CamelContext) - Method in class org.apache.camel.main.MainLifecycleStrategy
 
Option(String, String, String) - Constructor for class org.apache.camel.main.MainSupport.Option
 
optionKey(String) - Static method in class org.apache.camel.main.BaseMainSupport
 
options - Variable in class org.apache.camel.main.MainCommandLineSupport
 
org.apache.camel.main - package org.apache.camel.main
Application level classes that can be used to instantiate camel.
overrideProperties - Variable in class org.apache.camel.main.BaseMainSupport
 

P

ParameterOption(String, String, String, String) - Constructor for class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
parseArguments(String[]) - Method in class org.apache.camel.main.MainCommandLineSupport
Parses the command line arguments.
postProcessCamelContext(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
processOption(String, LinkedList<String>) - Method in class org.apache.camel.main.MainSupport.Option
 
propertyPlaceholderLocations - Variable in class org.apache.camel.main.BaseMainSupport
 

R

registry - Variable in class org.apache.camel.main.Main
 
removeMainListener(MainListener) - Method in class org.apache.camel.main.BaseMainSupport
Removes the MainListener
resilience4j() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Circuit Breaker EIP with Resilience4j
Resilience4jConfigurationProperties - Class in org.apache.camel.main
Global configuration for Resilience EIP circuit breaker.
Resilience4jConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.Resilience4jConfigurationProperties
 
Resilience4jConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
Resilience4jConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
rest() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Rest DSL
RestConfigurationProperties - Class in org.apache.camel.main
Global configuration for Rest DSL.
RestConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.RestConfigurationProperties
 
RestConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
RestConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.RestConfigurationPropertiesConfigurer
 
routeBuilderClasses - Variable in class org.apache.camel.main.BaseMainSupport
 
routeBuilders - Variable in class org.apache.camel.main.BaseMainSupport
 
routesCollector - Variable in class org.apache.camel.main.BaseMainSupport
 
RoutesCollector - Interface in org.apache.camel.main
Collects routes and rests from the various sources (like registry or opinionated classpath locations) and adds these into the Camel context.
RoutesConfigurer - Class in org.apache.camel.main
To configure routes using RoutesCollector which collects the routes from various sources.
RoutesConfigurer(RoutesCollector) - Constructor for class org.apache.camel.main.RoutesConfigurer
Creates a new routes configurer
RoutesConfigurer(RoutesCollector, List<RoutesBuilder>) - Constructor for class org.apache.camel.main.RoutesConfigurer
Creates a new routes configurer
run(String[]) - Method in class org.apache.camel.main.MainCommandLineSupport
Parses the command line arguments then runs the program.
run() - Method in class org.apache.camel.main.MainSupport
Runs this process with the given arguments, and will wait until completed, or the JVM terminates.

S

setAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Allows the configuration for maximumSize to take effect.
setAllowUseOriginalMessage(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to allow access to the original message from Camel's error handler, or from org.apache.camel.spi.UnitOfWork.getOriginalInMessage().
setAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.BaseMainSupport
setAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration of components, dataformats, languages is enabled or not.
setAutoConfigurationEnvironmentVariablesEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should include OS environment variables as well.
setAutoConfigurationFailFast(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should fail fast when configuring one ore more properties fails for whatever reason such as a invalid property name, etc.
setAutoConfigurationLogSummary(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should log a summary with the configured properties.
setAutomaticTransitionFromOpenToHalfOpenEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed.
setAutoStartup(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether the object should automatically start when Camel starts.
setAutowireComponentProperties(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
setAutowireComponentPropertiesAllowPrivateSetter(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components allows to use private setter method when setting the value.
setAutowireComponentPropertiesDeep(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
setAutowireComponentPropertiesNonNullOnly(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to only autowire if the property has no default value or has not been configured explicit.
setBacklogTracing(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether backlog tracing is enabled or not.
setBeanIntrospectionExtendedStatistics(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether bean introspection uses extended statistics.
setBeanIntrospectionLoggingLevel(LoggingLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the logging level used by bean introspection, logging activity of its usage.
setBulkheadEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
setBulkheadMaxConcurrentCalls(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the max amount of concurrent calls the bulkhead will support.
setBulkheadMaxWaitDuration(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
setCaseInsensitiveHeaders(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to use case sensitive or insensitive headers.
setCircuitBreakerEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether to use a HystrixCircuitBreaker or not.
setCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
setCircuitBreakerForceClosed(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts().
setCircuitBreakerForceOpen(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
setCircuitBreakerRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
setCircuitBreakerRequestVolumeThreshold(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
setCircuitBreakerSleepWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
setConfigRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
setConfigurationClasses(String) - Method in class org.apache.camel.main.BaseMainSupport
 
setConfigurations(List<Object>) - Method in class org.apache.camel.main.BaseMainSupport
 
setConsumerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Consumer template endpoints cache size.
setCorePoolSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Core thread-pool size that gets passed to ThreadPoolExecutor.setCorePoolSize(int)
setDefaultPropertyPlaceholderLocation(String) - Method in class org.apache.camel.main.BaseMainSupport
Set the default location for application properties if no locations have been set.
setDuration(int) - Method in class org.apache.camel.main.MainSupport
setDurationHitExitCode(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the exit code for the application if duration was hit
setDurationHitExitCode(int) - Method in class org.apache.camel.main.MainSupport
setDurationIdle(int) - Method in class org.apache.camel.main.MainSupport
setDurationMaxIdleSeconds(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify for how long time in seconds Camel can be idle before automatic terminating the JVM.
setDurationMaxMessages(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify how many messages to process by Camel before automatic terminating the JVM.
setDurationMaxMessages(int) - Method in class org.apache.camel.main.MainSupport
setDurationMaxSeconds(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify for how long time in seconds to keep running the JVM before automatic terminating the JVM.
setEndpointBasicPropertyBinding(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
setEndpointBridgeErrorHandler(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
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.
setEndpointLazyStartProducer(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the producer should be started lazy (on the first message).
setEndpointRuntimeStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).
setExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of concurrent requests permitted to HystrixCommand.run().
setExecutionIsolationStrategy(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
What isolation strategy HystrixCommand.run() will be executed with.
setExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether the execution thread should attempt an interrupt (using Future.cancel(boolean)) when a thread times out.
setExecutionTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether the timeout mechanism is enabled for this command
setExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Time in milliseconds at which point the command will timeout and halt execution.
setFailureRateThreshold(Float) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the failure rate threshold in percentage.
setFallbackEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
setFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of concurrent requests permitted to HystrixCommand.getFallback().
setFileConfigurations(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to load additional configuration files that contains configuration values that takes precedence over any other configuration.
setGroupKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Sets the group key to use.
setHangupInterceptorEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to use graceful hangup when Camel is stopping or when the JVM terminates.
setInflightRepositoryBrowseEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether the inflight repository should allow browsing each inflight exchange.
setInitialProperties(Properties) - Method in class org.apache.camel.main.BaseMainSupport
Sets initial properties for the properties component, which will be used before any locations are resolved.
setJavaRoutesExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for exclusive filtering component scanning of RouteBuilder classes with @Component annotation.
setJavaRoutesIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for inclusive filtering component scanning of RouteBuilder classes with @Component annotation.
setJmxEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Enable JMX in your Camel application.
setJmxManagementNamePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The naming pattern for creating the CamelContext JMX management name.
setJmxManagementStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the JMX statistics level The level can be set to Extended to gather additional information The default value is Default.
setKeepAliveTime(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Keep-alive time in minutes that gets passed to ThreadPoolExecutor.setKeepAliveTime(long, TimeUnit)
setLightweight(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Configure the context to be lightweight.
setLoadTypeConverters(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to load custom type converters by scanning classpath.
setLogDebugMaxChars(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Is used to limit the maximum length of the logging Camel message bodies.
setLogExhaustedMessageBody(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to log exhausted message body with message history.
setLogMask(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether log mask is enabled or not.
setMaximumSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
setMaxQueueSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Max queue size that gets passed to BlockingQueue in HystrixConcurrencyStrategy.getBlockingQueue(int) This should only affect the instantiation of a threadpool - it is not eliglible to change a queue size on the fly.
setMdcLoggingKeysPattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the pattern used for determine which custom MDC keys to propagate during message routing when the routing engine continues routing asynchronously for the given message.
setMessageHistory(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether message history is enabled or not.
setMetricsHealthSnapshotIntervalInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
setMetricsRollingPercentileBucketSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Maximum number of values stored in each bucket of the rolling percentile.
setMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
setMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling percentile window is broken into.
setMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Duration of percentile rolling window in milliseconds.
setMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling statistical window is broken into.
setMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
This property sets the duration of the statistical rolling window, in milliseconds.
setMinimumNumberOfCalls(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.
setName(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the name of the CamelContext.
setOverrideProperties(Properties) - Method in class org.apache.camel.main.BaseMainSupport
Sets a special list of override properties that take precedence and will use first, if a property exist.
setPackageScanRouteBuilders(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets package names for scanning for RouteBuilder classes as candidates to be included.
setPermittedNumberOfCallsInHalfOpenState(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the number of permitted calls when the CircuitBreaker is half open.
setProducerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Producer template endpoints cache size.
setPropertiesOnTarget(CamelContext, Object, Map<String, Object>, String, boolean, boolean, Map<String, String>) - Static method in class org.apache.camel.main.BaseMainSupport
 
setPropertyPlaceholderLocations(String) - Method in class org.apache.camel.main.BaseMainSupport
A list of locations to add for loading properties.
setQueueSizeRejectionThreshold(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Queue size rejection threshold is an artificial max size at which rejections will occur even if HystrixConfigurationProperties.maxQueueSize has not been reached.
setRequestLogEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
setRouteBuilderClasses(String) - Method in class org.apache.camel.main.BaseMainSupport
 
setRouteBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.main.BaseMainSupport
setRouteFilterExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
setRouteFilterIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
setRoutesBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.main.BaseMainSupport
 
setRoutesCollector(RoutesCollector) - Method in class org.apache.camel.main.BaseMainSupport
To use a custom RoutesCollector.
setRoutesCollectorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the routes collector is enabled or not.
setShutdownLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout.
setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period.
setShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether routes should be shutdown in reverse or the same order as they where started.
setShutdownSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether Camel should try to suppress logging during shutdown and timeout was triggered, meaning forced shutdown is happening.
setShutdownTimeout(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Timeout in seconds to graceful shutdown Camel.
setSlidingWindowSize(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
setSlidingWindowType(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
setSlowCallDurationThreshold(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
setSlowCallRateThreshold(Float) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures a threshold in percentage.
setStreamCachingAnySpoolRules(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether if just any of the org.apache.camel.spi.StreamCachingStrategy.SpoolRule rules returns true then shouldSpoolCache(long) returns true, to allow spooling to disk.
setStreamCachingBufferSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the stream caching buffer size to use when allocating in-memory buffers used for in-memory stream caches.
setStreamCachingEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether stream caching is enabled or not.
setStreamCachingRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to remove stream caching temporary directory when stopping.
setStreamCachingSpoolCipher(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets a stream caching cipher name to use when spooling to disk to write with encryption.
setStreamCachingSpoolDirectory(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the stream caching spool (temporary) directory to use for overflow and spooling to disk.
setStreamCachingSpoolThreshold(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Stream caching threshold in bytes when overflow to disk is activated.
setStreamCachingSpoolUsedHeapMemoryLimit(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets what the upper bounds should be when streamCachingSpoolUsedHeapMemoryThreshold is in use.
setStreamCachingSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets a percentage (1-99) of used heap memory threshold to activate stream caching spooling to disk.
setStreamCachingStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether stream caching statistics is enabled.
setThreadNamePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the thread name pattern used for creating the full thread name.
setThreadPoolKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Sets the thread pool key to use.
setThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling statistical window is broken into.
setThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Duration of statistical rolling window in milliseconds.
setTimeoutCancelRunningFuture(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures whether cancel is called on the running future.
setTimeoutDuration(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the thread execution timeout (millis).
setTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether timeout is enabled or not on the circuit breaker.
setTimeoutExecutorServiceRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
References to a custom thread pool to use when timeout is enabled (uses ForkJoinPool.commonPool() by default)
setTracing(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether tracing is enabled or not.
setTracingPattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Tracing pattern to match which node EIPs to trace.
setUseBreadcrumb(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Set whether breadcrumb is enabled.
setUseDataType(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to enable using data type on Camel messages.
setUseMdcLogging(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To turn on MDC logging
setWaitDurationInOpenState(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
setWritableStackTraceEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Enables writable stack traces.
setXmlRests(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to scan for adding additional XML rests.
setXmlRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to scan for adding additional XML routes.
showOptions() - Method in class org.apache.camel.main.MainCommandLineSupport
Displays the command line options.
showOptionsHeader() - Method in class org.apache.camel.main.MainCommandLineSupport
Displays the header message for the command line options.

T

toString() - Method in class org.apache.camel.main.MainDurationEventNotifier
 

U

UNINITIALIZED_EXIT_CODE - Static variable in class org.apache.camel.main.MainSupport
 

V

validateOptionAndValue(String, String, String) - Static method in class org.apache.camel.main.BaseMainSupport
 

W

waitUntilCompleted() - Method in class org.apache.camel.main.MainSupport
 
wildcardProperties - Variable in class org.apache.camel.main.BaseMainSupport
 
withAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Allows the configuration for maximumSize to take effect.
withAllowUseOriginalMessage(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to allow access to the original message from Camel's error handler, or from org.apache.camel.spi.UnitOfWork.getOriginalInMessage().
withApiComponent(String) - Method in class org.apache.camel.main.RestConfigurationProperties
The name of the Camel component to use as the REST API (such as swagger)
withApiContextIdPattern(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets an CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
withApiContextListing(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets whether listing of all available CamelContext's with REST services in the JVM is enabled.
withApiContextPath(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets a leading API context-path the REST API services will be using.
withApiContextRouteId(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets the route id to use for the route that services the REST API.
withApiHost(String) - Method in class org.apache.camel.main.RestConfigurationProperties
To use an specific hostname for the API documentation (eg swagger)

This can be used to override the generated host with this configured hostname

withApiProperty(String, Object) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a api property
withApiVendorExtension(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether vendor extension is enabled in the Rest APIs.
withAutoConfigurationEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration of components/dataformats/languages is enabled or not.
withAutoConfigurationEnvironmentVariablesEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should include OS environment variables as well.
withAutoConfigurationFailFast(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should fail fast when configuring one ore more properties fails for whatever reason such as a invalid property name, etc.
withAutoConfigurationLogSummary(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should log a summary with the configured properties.
withAutomaticTransitionFromOpenToHalfOpenEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
withAutoStartup(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether the object should automatically start when Camel starts.
withAutowireComponentProperties(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
withAutowireComponentPropertiesAllowPrivateSetter(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
withAutowireComponentPropertiesDeep(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
withAutowireComponentPropertiesNonNullOnly(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to only autowire if the property has no default value or has not been configured explicit.
withBacklogTracing(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether backlog tracing is enabled or not.
withBeanIntrospectionExtendedStatistics(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether bean introspection uses extended statistics.
withBeanIntrospectionLoggingLevel(LoggingLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the logging level used by bean introspection, logging activity of its usage.
withBindingMode(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets the binding mode to use.
withBulkheadEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
withBulkheadMaxConcurrentCalls(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the max amount of concurrent calls the bulkhead will support.
withBulkheadMaxWaitDuration(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
withCaseInsensitiveHeaders(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to use case sensitive or insensitive headers.
withCircuitBreakerEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether to use a HystrixCircuitBreaker or not.
withCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests.
withCircuitBreakerForceClosed(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts().
withCircuitBreakerForceOpen(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests.
withCircuitBreakerRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
withCircuitBreakerRequestVolumeThreshold(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip.
withCircuitBreakerSleepWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
withClientRequestValidation(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes/produces settings.
withComponent(String) - Method in class org.apache.camel.main.RestConfigurationProperties
The Camel Rest component to use for the REST transport (consumer), such as netty-http, jetty, servlet, undertow.
withComponentProperty(String, Object) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a component property
withConfigRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
withConsumerProperty(String, Object) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a consumer property
withConsumerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Consumer template endpoints cache size.
withContextPath(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets a leading context-path the REST services will be using.
withCorePoolSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Core thread-pool size that gets passed to ThreadPoolExecutor.setCorePoolSize(int)
withCorsHeader(String, String) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a CORS header property
withDataFormatProperty(String, Object) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a data format property
withDurationHitExitCode(int) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the exit code for the application if duration was hit
withDurationMaxIdleSeconds(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify for how long time in seconds Camel can be idle before automatic terminating the JVM.
withDurationMaxMessages(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify how many messages to process by Camel before automatic terminating the JVM.
withDurationMaxSeconds(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To specify for how long time in seconds to keep running the JVM before automatic terminating the JVM.
withEnableCORS(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether to enable CORS headers in the HTTP response.
withEndpointBasicPropertyBinding(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities.
withEndpointBridgeErrorHandler(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
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.
withEndpointLazyStartProducer(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the producer should be started lazy (on the first message).
withEndpointProperty(String, Object) - Method in class org.apache.camel.main.RestConfigurationProperties
Adds a endpoint property
withEndpointRuntimeStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints).
withExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of concurrent requests permitted to HystrixCommand.run().
withExecutionIsolationStrategy(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
What isolation strategy HystrixCommand.run() will be executed with.
withExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether the execution thread should attempt an interrupt (using Future.cancel(boolean)) when a thread times out.
withExecutionTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether the timeout mechanism is enabled for this command
withExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Time in milliseconds at which point the command will timeout and halt execution.
withFailureRateThreshold(Float) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the failure rate threshold in percentage.
withFallbackEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
withFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of concurrent requests permitted to HystrixCommand.getFallback().
withFileConfigurations(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to load additional configuration files that contains configuration values that takes precedence over any other configuration.
withGroupKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Sets the group key to use.
withHangupInterceptorEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether to use graceful hangup when Camel is stopping or when the JVM terminates.
withHost(String) - Method in class org.apache.camel.main.RestConfigurationProperties
The hostname to use for exposing the REST service.
withHostNameResolver(String) - Method in class org.apache.camel.main.RestConfigurationProperties
If no hostname has been explicit configured, then this resolver is used to compute the hostname the REST service will be using.
withInflightRepositoryBrowseEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether the inflight repository should allow browsing each inflight exchange.
withJavaRoutesExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for exclusive filtering component scanning of RouteBuilder classes with @Component annotation.
withJavaRoutesIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for inclusive filtering component scanning of RouteBuilder classes with @Component annotation.
withJmxEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Enable JMX in your Camel application.
withJmxManagementNamePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The naming pattern for creating the CamelContext JMX management name.
withJmxManagementStatisticsLevel(ManagementStatisticsLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the JMX statistics level The level can be set to Extended to gather additional information The default value is Default.
withJsonDataFormat(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Name of specific json data format to use.
withKeepAliveTime(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Keep-alive time in minutes that gets passed to ThreadPoolExecutor.setKeepAliveTime(long, TimeUnit)
withLightweight(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
withLoadTypeConverters(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to load custom type converters by scanning classpath.
withLogDebugMaxChars(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Is used to limit the maximum length of the logging Camel message bodies.
withLogExhaustedMessageBody(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to log exhausted message body with message history.
withLogMask(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether log mask is enabled or not.
withMaximumSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
withMaxQueueSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Max queue size that gets passed to BlockingQueue in HystrixConcurrencyStrategy.getBlockingQueue(int) This should only affect the instantiation of a threadpool - it is not eliglible to change a queue size on the fly.
withMdcLoggingKeysPattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the pattern used for determine which custom MDC keys to propagate during message routing when the routing engine continues routing asynchronously for the given message.
withMessageHistory(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether message history is enabled or not.
withMetricsHealthSnapshotIntervalInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status.
withMetricsRollingPercentileBucketSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Maximum number of values stored in each bucket of the rolling percentile.
withMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
withMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling percentile window is broken into.
withMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Duration of percentile rolling window in milliseconds.
withMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling statistical window is broken into.
withMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
This property sets the duration of the statistical rolling window, in milliseconds.
withMinimumNumberOfCalls(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.
withName(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the name of the CamelContext.
withPackageScanRouteBuilders(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets package names for scanning for RouteBuilder classes as candidates to be included.
withPermittedNumberOfCallsInHalfOpenState(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the number of permitted calls when the CircuitBreaker is half open.
withPort(int) - Method in class org.apache.camel.main.RestConfigurationProperties
The port number to use for exposing the REST service.
withProducerApiDoc(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets the location of the api document (swagger api) the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document.
withProducerComponent(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets the name of the Camel component to use as the REST producer
withProducerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Producer template endpoints cache size.
withQueueSizeRejectionThreshold(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Queue size rejection threshold is an artificial max size at which rejections will occur even if HystrixConfigurationProperties.maxQueueSize has not been reached.
withRequestLogEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
withRouteFilterExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
withRouteFilterIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper.matchPattern(String, String).
withRoutesCollectorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the routes collector is enabled or not.
withScheme(String) - Method in class org.apache.camel.main.RestConfigurationProperties
The scheme to use for exposing the REST service.
withShutdownLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout.
withShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period.
withShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether routes should be shutdown in reverse or the same order as they where started.
withShutdownSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether Camel should try to suppress logging during shutdown and timeout was triggered, meaning forced shutdown is happening.
withShutdownTimeout(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Timeout in seconds to graceful shutdown Camel.
withSkipBindingOnErrorCode(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether to skip binding on output if there is a custom HTTP error code header.
withSlidingWindowSize(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
withSlidingWindowType(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
withSlowCallDurationThreshold(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
withSlowCallRateThreshold(Float) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures a threshold in percentage.
withStreamCachingAnySpoolRules(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether if just any of the org.apache.camel.spi.StreamCachingStrategy.SpoolRule rules returns true then shouldSpoolCache(long) returns true, to allow spooling to disk.
withStreamCachingBufferSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the stream caching buffer size to use when allocating in-memory buffers used for in-memory stream caches.
withStreamCachingEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether stream caching is enabled or not.
withStreamCachingRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to remove stream caching temporary directory when stopping.
withStreamCachingSpoolCipher(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets a stream caching cipher name to use when spooling to disk to write with encryption.
withStreamCachingSpoolDirectory(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the stream caching spool (temporary) directory to use for overflow and spooling to disk.
withStreamCachingSpoolThreshold(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Stream caching threshold in bytes when overflow to disk is activated.
withStreamCachingSpoolUsedHeapMemoryLimit(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets what the upper bounds should be when streamCachingSpoolUsedHeapMemoryThreshold is in use.
withStreamCachingSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets a percentage (1-99) of used heap memory threshold to activate stream caching spooling to disk.
withStreamCachingStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether stream caching statistics is enabled.
withThreadNamePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the thread name pattern used for creating the full thread name.
withThreadPoolKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Sets the thread pool key to use.
withThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Number of buckets the rolling statistical window is broken into.
withThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Duration of statistical rolling window in milliseconds.
withTimeoutCancelRunningFuture(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures whether cancel is called on the running future.
withTimeoutDuration(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the thread execution timeout (millis).
withTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether timeout is enabled or not on the circuit breaker.
withTimeoutExecutorServiceRef(String) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
References to a custom thread pool to use when timeout is enabled (uses ForkJoinPool.commonPool() by default)
withTracing(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether tracing is enabled or not.
withTracingPattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Tracing pattern to match which node EIPs to trace.
withUseBreadcrumb(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Set whether breadcrumb is enabled.
withUseDataType(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to enable using data type on Camel messages.
withUseMdcLogging(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To turn on MDC logging
withUseXForwardHeaders(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether to use X-Forward headers for Host and related setting.
withWaitDurationInOpenState(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
withWritableStackTraceEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Enables writable stack traces.
withXmlDataFormat(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Name of specific XML data format to use.
withXmlRests(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to scan for adding additional XML rests.
withXmlRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to scan for adding additional XML routes.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Apache Camel