A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

addComponentEnvVariables(Map<String, String>, Properties, boolean) - Method in class org.apache.camel.main.MainHelper
 
addConfig(String, HealthCheckConfigurationProperties) - Method in class org.apache.camel.main.HealthConfigurationProperties
Additional HealthConfigurationProperties for fine grained configuration of health checks.
addConfig(String, ThreadPoolProfileConfigurationProperties) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Adds a configuration for a specific thread pool profile (inherits default values)
addConfiguration(Object) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional configuration object to the known list of configurations objects.
addConfigurationClass(Class<?>...) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional configuration class to the known list of configurations classes.
addDataFormatEnvVariables(Map<String, String>, Properties, boolean) - Method in class org.apache.camel.main.MainHelper
 
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.
addLambdaRouteBuilder(LambdaRouteBuilder) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional LambdaRouteBuilder object to the known list of builders.
addLanguageEnvVariables(Map<String, String>, Properties, boolean) - Method in class org.apache.camel.main.MainHelper
 
addMainListener(MainListener) - Method in class org.apache.camel.main.BaseMainSupport
Adds a MainListener to receive callbacks when the main is started or stopping
addOption(MainCommandLineSupport.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.
addParameter(String, String, Object) - Method in class org.apache.camel.main.PropertiesRouteTemplateParametersSource
 
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.
addRoutesBuilder(Class<?>...) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional RoutesBuilder class to the known list of builders.
addRoutesBuilder(RoutesBuilder) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional RoutesBuilder object to the known list of builders.
addShutdownListener(MainShutdownStrategy.ShutdownEventListener) - Method in interface org.apache.camel.main.MainShutdownStrategy
 
addShutdownListener(MainShutdownStrategy.ShutdownEventListener) - Method in class org.apache.camel.main.SimpleMainShutdownStrategy
 
afterConfigure(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.
afterConfigure(BaseMainSupport) - Method in interface org.apache.camel.main.MainListener
Callback to configure the created CamelContext.
afterConfigure(BaseMainSupport) - Method in class org.apache.camel.main.MainListenerSupport
 
afterPropertiesSet(CamelContext) - Static method in class org.apache.camel.main.DefaultConfigurationConfigurer
 
afterStart() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been started.
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
 
afterStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic after CamelContext has been stopped.
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
 
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
 
autowireWildcardProperties(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
await() - Method in class org.apache.camel.main.DefaultMainShutdownStrategy
 
await() - Method in interface org.apache.camel.main.MainShutdownStrategy
Wait for main to complete.
await() - Method in class org.apache.camel.main.SimpleMainShutdownStrategy
 
await(long, TimeUnit) - Method in class org.apache.camel.main.DefaultMainShutdownStrategy
 
await(long, TimeUnit) - Method in interface org.apache.camel.main.MainShutdownStrategy
Wait for main to complete.
await(long, TimeUnit) - Method in class org.apache.camel.main.SimpleMainShutdownStrategy
 

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
 
BaseMainSupport(CamelContext) - 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
 
beforeInitialize(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.
beforeInitialize(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.
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
 
beforeStop() - Method in class org.apache.camel.main.MainSupport
Callback to run custom logic before CamelContext is being stopped.
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
 
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.
bootstrapDone() - Method in class org.apache.camel.main.MainHelper
 

C

camelContext - Variable in class org.apache.camel.main.BaseMainSupport
 
camelTemplate - Variable in class org.apache.camel.main.MainSupport
 
clearBootstrapConfigurers() - Static method in class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
clearBootstrapConfigurers() - Static method in class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 
clearBootstrapConfigurers() - Static method in class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
close() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
close() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
close() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
close() - Method in class org.apache.camel.main.LraConfigurationProperties
 
close() - Method in class org.apache.camel.main.MainBootstrapCloseable
 
close() - Method in class org.apache.camel.main.MainConfigurationProperties
 
close() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
close() - Method in class org.apache.camel.main.RestConfigurationProperties
 
close() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
collectRoutesFromDirectory(CamelContext, String, String) - Method in class org.apache.camel.main.DefaultRoutesCollector
 
collectRoutesFromDirectory(CamelContext, String, String) - Method in interface org.apache.camel.main.RoutesCollector
Collects all RoutesBuilder from the given directory.
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.
completed() - Method in class org.apache.camel.main.MainSupport
Marks this process as being completed.
computeProperties(String, String, Properties, Map<PropertyOptionKey, Map<String, Object>>, Function<String, Iterable<Object>>) - Static method in class org.apache.camel.main.MainHelper
 
configure() - Method in class org.apache.camel.main.BaseMainSupport
To configure options on Camel Main.
configure(CamelContext) - Method in interface org.apache.camel.main.ConfigureRouteTemplates
 
configure(CamelContext) - Method in interface org.apache.camel.main.MainListener
configure(CamelContext) - Method in class org.apache.camel.main.MainListenerSupport
Deprecated.
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.HealthCheckConfigurationPropertiesConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.HealthConfigurationPropertiesConfigurer
 
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.LraConfigurationPropertiesConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
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
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.main.ThreadPoolConfigurationPropertiesConfigurer
 
configure(CamelContext, DefaultConfigurationProperties<?>) - Static method in class org.apache.camel.main.DefaultConfigurationConfigurer
Configures the CamelContext with the configuration.
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) - 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.
ConfigureRouteTemplates - Interface in org.apache.camel.main
Used for configuring and adding route templates such as using org.apache.camel.builder.TemplatedRouteBuilder.
configureStartupRecorder(CamelContext) - Method in class org.apache.camel.main.BaseMainSupport
 
createCamelContext() - Method in class org.apache.camel.main.Main
 
createCamelContext() - Method in class org.apache.camel.main.MainSupport
 

D

DEFAULT_EXIT_CODE - Static variable in class org.apache.camel.main.MainSupport
 
DEFAULT_PROPERTY_PLACEHOLDER_LOCATION - Static variable in class org.apache.camel.main.BaseMainSupport
 
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
 
DefaultMainShutdownStrategy - Class in org.apache.camel.main
Implementation of MainShutdownStrategy that add a virtual machine shutdown hook to properly stop the main instance.
DefaultMainShutdownStrategy(BaseMainSupport) - Constructor for class org.apache.camel.main.DefaultMainShutdownStrategy
 
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.DefaultMainShutdownStrategy
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
 
doInit() - Method in class org.apache.camel.main.SimpleMain
 
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.MainCommandLineSupport.Option
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
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
 
doStart() - Method in class org.apache.camel.main.SimpleMain
 
doStop() - Method in class org.apache.camel.main.Main
 
doStop() - Method in class org.apache.camel.main.MainSupport
 
doStop() - Method in class org.apache.camel.main.SimpleMain
 

E

EagerClassloadedHelper - Class in org.apache.camel.main
To eager load a set of classes that Camel always uses.
eagerLoadClasses() - Static method in class org.apache.camel.main.EagerClassloadedHelper
 
enableHangupSupport() - Method in class org.apache.camel.main.DefaultMainShutdownStrategy
Hangup support is enabled by default.
enableTrace() - Method in class org.apache.camel.main.MainSupport
 
end() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
end() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
end() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
end() - Method in class org.apache.camel.main.LraConfigurationProperties
 
end() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
end() - Method in class org.apache.camel.main.RestConfigurationProperties
 
end() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
exitCode - Variable in class org.apache.camel.main.MainSupport
 

F

faultTolerance() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Circuit Breaker EIP with MicroProfile Fault Tolerance
FaultToleranceConfigurationProperties - Class in org.apache.camel.main
Global configuration for MicroProfile Fault Tolerance EIP circuit breaker.
FaultToleranceConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.FaultToleranceConfigurationProperties
 
FaultToleranceConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
FaultToleranceConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
filterEnvVariables(String[]) - Static method in class org.apache.camel.main.MainHelper
 
findBindingsByType(Class<T>) - Method in class org.apache.camel.main.MainRegistry
 
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.Main
 
findOrCreateCamelTemplate() - Method in class org.apache.camel.main.MainSupport
 

G

getAbbreviation() - Method in class org.apache.camel.main.MainCommandLineSupport.Option
 
getAllOptions(Object) - Method in class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
getAllowCoreThreadTimeOut() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getAllowCoreThreadTimeOut() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getAllowMaximumSizeToDivergeFromCoreSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getAutomaticTransitionFromOpenToHalfOpenEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBeanIntrospectionLoggingLevel() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getBeanPostProcessor() - Method in class org.apache.camel.main.RoutesConfigurer
 
getBulkheadEnabled() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getBulkheadEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBulkheadExecutorServiceRef() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBulkheadMaxWaitDuration() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getBulkheadWaitingTaskQueue() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getCamelContext() - Method in class org.apache.camel.main.BaseMainSupport
 
getCamelTemplate() - Method in class org.apache.camel.main.MainSupport
 
getCircuitBreakerEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCircuitBreakerErrorThresholdPercentage() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCircuitBreakerForceClosed() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCircuitBreakerForceOpen() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCircuitBreakerRef() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getCircuitBreakerRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getCircuitBreakerRequestVolumeThreshold() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCircuitBreakerSleepWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.main.HealthConfigurationPropertiesConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.main.RestConfigurationPropertiesConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.main.ThreadPoolConfigurationPropertiesConfigurer
 
getCompleteTask() - Method in class org.apache.camel.main.MainSupport
Gets the complete task which allows to trigger this on demand.
getConfig() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
getConfig() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getConfigRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getConfigurationClasses() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getConfigurations() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getConsumerTemplateCacheSize() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getContextEnabled() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
getCoordinatorContextPath() - Method in class org.apache.camel.main.LraConfigurationProperties
 
getCoordinatorUrl() - Method in class org.apache.camel.main.LraConfigurationProperties
 
getCorePoolSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getDefaultPropertyPlaceholderLocation() - Method in class org.apache.camel.main.BaseMainSupport
 
getDelay() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getDescription() - Method in class org.apache.camel.main.MainCommandLineSupport.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
 
getEnabled() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
getExchangeFactory() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getExchangeFactoryCapacity() - Method in class org.apache.camel.main.DefaultConfigurationProperties
The capacity the pool (for each consumer) uses for storing exchanges.
getExecutionIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getExecutionIsolationStrategy() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getExecutionIsolationThreadInterruptOnTimeout() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getExecutionTimeoutEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getExecutionTimeoutInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getExitCode() - Method in class org.apache.camel.main.MainSupport
 
getFailureRateThreshold() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getFailureRatio() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getFallbackEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getFallbackIsolationSemaphoreMaxConcurrentRequests() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getFileConfigurations() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getFullName() - Method in class org.apache.camel.main.MainCommandLineSupport.Option
 
getGlobalOptions() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getGroupKey() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getId() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getInformation() - Method in class org.apache.camel.main.MainCommandLineSupport.Option
 
getInformation() - Method in class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
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
 
getJavaRoutesExcludePattern() - Method in class org.apache.camel.main.RoutesConfigurer
 
getJavaRoutesIncludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getJavaRoutesIncludePattern() - Method in class org.apache.camel.main.RoutesConfigurer
 
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
Deprecated.
 
getKeepAliveTime() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getKeepAliveTime() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getLocalParticipantContextPath() - Method in class org.apache.camel.main.LraConfigurationProperties
 
getLocalParticipantUrl() - Method in class org.apache.camel.main.LraConfigurationProperties
 
getLogDebugMaxChars() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getMaximumSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMaxPoolSize() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getMaxPoolSize() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getMaxQueueSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMaxQueueSize() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getMaxQueueSize() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getMdcLoggingKeysPattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getMetricsHealthSnapshotIntervalInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingPercentileBucketSize() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingPercentileEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingPercentileWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingPercentileWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingStatisticalWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMetricsRollingStatisticalWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getMinimumNumberOfCalls() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getName() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.HealthCheckConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.HealthConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.LraConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.RestConfigurationPropertiesConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.main.ThreadPoolConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.HealthCheckConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.HealthConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.HystrixConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.LraConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.MainConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.RestConfigurationPropertiesConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.main.ThreadPoolConfigurationPropertiesConfigurer
 
getOrder() - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
getOverrideProperties() - Method in class org.apache.camel.main.BaseMainSupport
 
getPackageScanRouteBuilders() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getPackageScanRouteBuilders() - Method in class org.apache.camel.main.RoutesConfigurer
 
getPermittedNumberOfCallsInHalfOpenState() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getPoolSize() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getPoolSize() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
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
Deprecated.
 
getRegistryEnabled() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
getRejectedPolicy() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getRejectedPolicy() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getRequestLogEnabled() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getRequestVolumeThreshold() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getRouteControllerBackOffDelay() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerBackOffMaxAttempts() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerBackOffMaxDelay() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerBackOffMaxElapsedTime() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerBackOffMultiplier() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerExcludeRoutes() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerIncludeRoutes() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerInitialDelay() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteControllerLoggingLevel() - Method in class org.apache.camel.main.DefaultConfigurationProperties
Deprecated.
getRouteControllerThreadPoolSize() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteFilterExcludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRouteFilterIncludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRoutesBuilderClasses() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getRoutesBuilderClasses() - Method in class org.apache.camel.main.RoutesConfigurer
 
getRoutesBuilders() - Method in class org.apache.camel.main.MainConfigurationProperties
 
getRoutesBuilders() - Method in class org.apache.camel.main.RoutesConfigurer
 
getRoutesCollector() - Method in class org.apache.camel.main.BaseMainSupport
 
getRoutesCollector() - Method in class org.apache.camel.main.RoutesConfigurer
 
getRoutesEnabled() - Method in class org.apache.camel.main.HealthConfigurationProperties
 
getRoutesExcludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRoutesExcludePattern() - Method in class org.apache.camel.main.RoutesConfigurer
 
getRoutesIncludePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getRoutesIncludePattern() - Method in class org.apache.camel.main.RoutesConfigurer
 
getShutdownStrategy() - Method in class org.apache.camel.main.MainSupport
 
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
 
getStartupRecorder() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStartupRecorderDir() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStartupRecorderDuration() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStartupRecorderMaxDepth() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStartupRecorderProfile() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getStartupSummaryLevel() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
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
 
getSuccessThreshold() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getThreadNamePattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getThreadPoolKey() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getThreadPoolRollingNumberStatisticalWindowBuckets() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getThreadPoolRollingNumberStatisticalWindowInMilliseconds() - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
getTimeoutCancelRunningFuture() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutDuration() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getTimeoutDuration() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutEnabled() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getTimeoutEnabled() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutExecutorServiceRef() - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
 
getTimeoutPoolSize() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getTimeoutScheduledExecutorServiceRef() - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
 
getTimeUnit() - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
 
getTimeUnit() - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
getTracingPattern() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
getUuidGenerator() - 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
 

H

hasFaultToleranceConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any MicroProfile Fault Tolerance EIP configuration specified
hasHealthCheckConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any health check configuration specified
hasHystrixConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any Hystrix EIP configuration specified
hasLraConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any Saga LRA configuration specified
hasResilience4jConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any Resilience4j EIP configuration specified
hasRestConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any rest configuration specified
hasThreadPoolConfiguration() - Method in class org.apache.camel.main.MainConfigurationProperties
Whether there has been any thread pool configuration specified
health() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Health Check
HealthCheckConfigurationProperties - Class in org.apache.camel.main
 
HealthCheckConfigurationProperties() - Constructor for class org.apache.camel.main.HealthCheckConfigurationProperties
 
HealthCheckConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
HealthCheckConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.HealthCheckConfigurationPropertiesConfigurer
 
HealthConfigurationProperties - Class in org.apache.camel.main
Global configuration for Health Check
HealthConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.HealthConfigurationProperties
 
HealthConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
HealthConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.HealthConfigurationPropertiesConfigurer
 
hystrix() - Method in class org.apache.camel.main.MainConfigurationProperties
Deprecated.
HystrixConfigurationProperties - Class in org.apache.camel.main
Deprecated.
HystrixConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
 
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.MainSupport
 
INITIAL_PROPERTIES_LOCATION - Static variable in class org.apache.camel.main.BaseMainSupport
 
initialProperties - Variable in class org.apache.camel.main.BaseMainSupport
 
initOptions() - Method in class org.apache.camel.main.MainCommandLineSupport
 
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
 
isAutoConfigurationSystemPropertiesEnabled() - Method in class org.apache.camel.main.MainConfigurationProperties
 
isAutoStartup() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isAutowiredEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isBacklogTracing() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isBeanIntrospectionExtendedStatistics() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isBeanPostProcessorEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isCaseInsensitiveHeaders() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isDumpRoutes() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEagerClassloading() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isEnabled(CamelEvent) - Method in class org.apache.camel.main.MainDurationEventNotifier
 
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
 
isExchangeFactoryStatisticsEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
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
 
isRouteControllerSuperviseEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isRouteControllerUnhealthyOnExhausted() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isRoutesCollectorEnabled() - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
isRunAllowed() - Method in interface org.apache.camel.main.MainShutdownStrategy
 
isRunAllowed() - Method in class org.apache.camel.main.SimpleMainShutdownStrategy
 
isServiceEnabled(String, String, Properties) - Static method in class org.apache.camel.main.MainHelper
 
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
 
isStartupRecorderRecording() - 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

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.MainHelper
 
loadJvmSystemPropertiesAsProperties(String[]) - Static method in class org.apache.camel.main.MainHelper
 
log - Variable in class org.apache.camel.main.DefaultRoutesCollector
 
LOG - Static variable in class org.apache.camel.main.DefaultConfigurationConfigurer
 
LOG - Static variable in class org.apache.camel.main.DefaultMainShutdownStrategy
 
LOG - Static variable in class org.apache.camel.main.EagerClassloadedHelper
 
LOG - Static variable in class org.apache.camel.main.MainSupport
 
LOG - Static variable in class org.apache.camel.main.SimpleMainShutdownStrategy
 
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.
lookupPropertyFromSysOrEnv(String) - Static method in class org.apache.camel.main.MainHelper
 
lra() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure Saga LRA
LraConfigurationProperties - Class in org.apache.camel.main
Global configuration for Saga LRA
LraConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.LraConfigurationProperties
 
LraConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
LraConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.LraConfigurationPropertiesConfigurer
 

M

main(String...) - Static method in class org.apache.camel.main.Main
 
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
 
MainAutowiredLifecycleStrategy - Class in org.apache.camel.main
 
MainAutowiredLifecycleStrategy(CamelContext) - Constructor for class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
MainBootstrapCloseable - Class in org.apache.camel.main
 
MainBootstrapCloseable(MainSupport) - Constructor for class org.apache.camel.main.MainBootstrapCloseable
 
MainCommandLineSupport - Class in org.apache.camel.main
Support for command line arguments to Camel main.
MainCommandLineSupport() - Constructor for class org.apache.camel.main.MainCommandLineSupport
 
MainCommandLineSupport(Class...) - Constructor for class org.apache.camel.main.MainCommandLineSupport
 
MainCommandLineSupport.Option - Class in org.apache.camel.main
 
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, MainShutdownStrategy, boolean) - Constructor for class org.apache.camel.main.MainDurationEventNotifier
 
MainHelper - Class in org.apache.camel.main
 
MainHelper() - Constructor for class org.apache.camel.main.MainHelper
 
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(MainShutdownStrategy) - 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
 
MainShutdownStrategy - Interface in org.apache.camel.main
Graceful shutdown when using Camel Main.
MainShutdownStrategy.ShutdownEventListener - Interface in org.apache.camel.main
Event listener when shutting down.
MainSupport - Class in org.apache.camel.main
Class for main implementations to allow starting up a JVM with Camel embedded.
MainSupport() - Constructor for class org.apache.camel.main.MainSupport
 
MainSupport(Class<?>...) - Constructor for class org.apache.camel.main.MainSupport
 
MainSupportModelConfigurer - Class in org.apache.camel.main
Used for configuring that requires access to the model.

N

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

O

onComponentAdd(String, Component) - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
onContextInitializing(CamelContext) - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
onContextStopped(CamelContext) - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
onContextStopping(CamelContext) - Method in class org.apache.camel.main.MainLifecycleStrategy
 
onDataFormatCreated(String, DataFormat) - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
onLanguageCreated(String, Language) - Method in class org.apache.camel.main.MainAutowiredLifecycleStrategy
 
onShutdown() - Method in interface org.apache.camel.main.MainShutdownStrategy.ShutdownEventListener
Callback on shutdown
Option(String, String, String) - Constructor for class org.apache.camel.main.MainCommandLineSupport.Option
 
optionKey(String) - Static method in class org.apache.camel.main.MainHelper
 
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.
OVERRIDE_PROPERTIES_LOCATION - Static variable in class org.apache.camel.main.BaseMainSupport
 
overrideProperties - Variable in class org.apache.camel.main.BaseMainSupport
 

P

ParameterOption(String, String, String, String) - Constructor for class org.apache.camel.main.MainCommandLineSupport.ParameterOption
 
parameters(String) - Method in class org.apache.camel.main.PropertiesRouteTemplateParametersSource
 
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.MainCommandLineSupport.Option
 
PropertiesRouteTemplateParametersSource - Class in org.apache.camel.main
 
PropertiesRouteTemplateParametersSource() - Constructor for class org.apache.camel.main.PropertiesRouteTemplateParametersSource
 
PROPERTY_PLACEHOLDER_LOCATION - Static variable in class org.apache.camel.main.BaseMainSupport
 
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
 
routeIds() - Method in class org.apache.camel.main.PropertiesRouteTemplateParametersSource
 
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() - Constructor for class org.apache.camel.main.RoutesConfigurer
 
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.
run(String[]) - Method in class org.apache.camel.main.MainCommandLineSupport
Parses the command line arguments then runs the program.

S

setAllowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets default whether to allow core threads to timeout
setAllowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets whether to allow core threads to timeout
setAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
setAutoConfigurationSystemPropertiesEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should include JVM system properties as well.
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.
setAutowiredEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether autowiring is enabled.
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.
setBeanPostProcessor(CamelBeanPostProcessor) - Method in class org.apache.camel.main.RoutesConfigurer
 
setBeanPostProcessorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Can be used to turn off bean post processing.
setBulkheadEnabled(Boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
setBulkheadEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
setBulkheadExecutorServiceRef(String) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
References to a custom thread pool to use when bulkhead is enabled.
setBulkheadMaxConcurrentCalls(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the max amount of concurrent calls the bulkhead will support.
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.
setBulkheadWaitingTaskQueue(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the task queue size for holding waiting tasks to be processed by 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
Deprecated.
Whether to use a HystrixCircuitBreaker or not.
setCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
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
Deprecated.
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.FaultToleranceConfigurationProperties
Refers to an existing io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker instance to lookup and use from the registry.
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
Deprecated.
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
Deprecated.
The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again.
setConfig(Map<String, HealthCheckConfigurationProperties>) - Method in class org.apache.camel.main.HealthConfigurationProperties
Set additional HealthConfigurationProperties for fine grained configuration of health checks.
setConfig(Map<String, ThreadPoolProfileConfigurationProperties>) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Adds a configuration for a specific thread pool profile (inherits default values)
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.MainConfigurationProperties
Sets classes names that will be used to configure the camel context as example by providing custom beans through BindToRegistry annotation.
setConfigurations(List<Object>) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the configuration objects used to configure the camel context.
setConsumerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Consumer template endpoints cache size.
setContextEnabled(Boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether context health check is enabled
setCoordinatorContextPath(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The context-path for the LRA coordinator.
setCoordinatorUrl(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The URL for the LRA coordinator service that orchestrates the transactions
setCorePoolSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
setDelay(Long) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Control how long the circuit breaker stays open.
setDumpRoutes(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
If dumping is enabled then Camel will during startup dump all loaded routes (incl rests and route templates) represented as XML DSL into the log.
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.
setEagerClassloading(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to eager load a common set of Camel classes that would otherwise first be loaded on processing the first message.
setEnabled(Boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether health check is enabled globally
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).
setExchangeFactory(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Controls whether to pool (reuse) exchanges or create new exchanges (prototype).
setExchangeFactoryCapacity(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The capacity the pool (for each consumer) uses for storing exchanges.
setExchangeFactoryStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Configures whether statistics is enabled on exchange factory.
setExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of concurrent requests permitted to HystrixCommand.run().
setExecutionIsolationStrategy(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
What isolation strategy HystrixCommand.run() will be executed with.
setExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
Whether the timeout mechanism is enabled for this command
setExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
setFailureRatio(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the failure rate threshold in percentage.
setFallbackEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
setFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
setGlobalOptions(Map<String, String>) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets global options that can be referenced in the camel context
setGroupKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Sets the group key to use.
setId(String) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the id of this thread pool
setInflightRepositoryBrowseEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets whether the inflight repository should allow browsing each inflight exchange.
setInitialProperties(Map<String, Object>) - Method in class org.apache.camel.main.BaseMainSupport
Sets initial properties for the properties component, which will be used before any locations are resolved.
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 RouteBuilder classes which are collected from the registry or via classpath scanning.
setJavaRoutesExcludePattern(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
setJavaRoutesIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for inclusive filtering RouteBuilder classes which are collected from the registry or via classpath scanning.
setJavaRoutesIncludePattern(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
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
Deprecated.
Keep-alive time in minutes that gets passed to ThreadPoolExecutor.setKeepAliveTime(long, TimeUnit)
setKeepAliveTime(Long) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default keep alive time for inactive threads
setKeepAliveTime(Long) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the keep alive time for inactive threads
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.
setLocalParticipantContextPath(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The context-path for the local participant.
setLocalParticipantUrl(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The URL for the local participant
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
Deprecated.
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
setMaxPoolSize(Integer) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default maximum pool size
setMaxPoolSize(Integer) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the maximum pool size
setMaxQueueSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
setMaxQueueSize(Integer) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default maximum number of tasks in the work queue.
setMaxQueueSize(Integer) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the maximum number of tasks in the work queue.
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
Deprecated.
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
Deprecated.
Maximum number of values stored in each bucket of the rolling percentile.
setMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
setMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling percentile window is broken into.
setMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Duration of percentile rolling window in milliseconds.
setMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling statistical window is broken into.
setMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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(Map<String, Object>) - 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.
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.
setPackageScanRouteBuilders(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
setPermittedNumberOfCallsInHalfOpenState(Integer) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Configures the number of permitted calls when the CircuitBreaker is half open.
setPoolSize(Integer) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default core pool size (threads to keep minimum in pool)
setPoolSize(Integer) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the core pool size (threads to keep minimum in pool)
setProducerTemplateCacheSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Producer template endpoints cache size.
setPropertiesOnTarget(CamelContext, Object, Object) - Static method in class org.apache.camel.main.MainHelper
 
setPropertiesOnTarget(CamelContext, Object, Map<String, Object>, String, boolean, boolean, Map<String, String>) - Static method in class org.apache.camel.main.MainHelper
 
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
Deprecated.
Queue size rejection threshold is an artificial max size at which rejections will occur even if HystrixConfigurationProperties.maxQueueSize has not been reached.
setRegistryEnabled(Boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether registry health check is enabled
setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default handler for tasks which cannot be executed by the thread pool.
setRejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the handler for tasks which cannot be executed by the thread pool.
setRequestLogEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
setRequestVolumeThreshold(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Controls the size of the rolling window used when the circuit breaker is closed Default value is 20.
setRouteControllerBackOffDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff delay in millis when restarting a route that failed to startup.
setRouteControllerBackOffMaxAttempts(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum number of attempts to restart a route that failed to startup.
setRouteControllerBackOffMaxDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum delay in millis when restarting a route that failed to startup.
setRouteControllerBackOffMaxElapsedTime(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum elapsed time in millis, after which the backoff should be considered exhausted and no more attempts should be made.
setRouteControllerBackOffMultiplier(double) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff multiplier to use for exponential backoff.
setRouteControllerExcludeRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Pattern for filtering routes to be excluded as supervised.
setRouteControllerIncludeRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Pattern for filtering routes to be included as supervised.
setRouteControllerInitialDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Initial delay in milli seconds before the route controller starts, after CamelContext has been started.
setRouteControllerLoggingLevel(LoggingLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Deprecated.
setRouteControllerSuperviseEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To enable using supervising route controller which allows Camel to startup and then the controller takes care of starting the routes in a safe manner.
setRouteControllerThreadPoolSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The number of threads used by the route controller scheduled thread pool that are used for restarting routes.
setRouteControllerUnhealthyOnExhausted(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to mark the route as unhealthy (down) when all restarting attempts (backoff) have failed and the route is not successfully started and the route manager is giving up.
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 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).
setRoutesBuilderClasses(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets classes names that implement RoutesBuilder.
setRoutesBuilderClasses(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
setRoutesBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the RoutesBuilder instances.
setRoutesBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.main.RoutesConfigurer
 
setRoutesCollector(RoutesCollector) - Method in class org.apache.camel.main.BaseMainSupport
To use a custom RoutesCollector.
setRoutesCollector(RoutesCollector) - Method in class org.apache.camel.main.RoutesConfigurer
 
setRoutesCollectorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the routes collector is enabled or not.
setRoutesEnabled(Boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether routes health check is enabled
setRoutesExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for exclusive filtering of routes from directories.
setRoutesExcludePattern(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
setRoutesIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Used for inclusive filtering of routes from directories.
setRoutesIncludePattern(String) - Method in class org.apache.camel.main.RoutesConfigurer
 
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 were started.
setShutdownStrategy(MainShutdownStrategy) - Method in class org.apache.camel.main.MainSupport
Set the MainShutdownStrategy used to properly shut-down the main instance.
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.
setStartupRecorder(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To use startup recorder for capturing execution time during starting Camel.
setStartupRecorderDir(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to store the recording.
setStartupRecorderDuration(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
How long time to run the startup recorder.
setStartupRecorderMaxDepth(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To filter our sub steps at a maximum depth.
setStartupRecorderProfile(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To use a specific Java Flight Recorder profile configuration, such as default or profile.
setStartupRecorderRecording(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To enable Java Flight Recorder to start a recording and automatic dump the recording to disk after startup is complete.
setStartupSummaryLevel(StartupSummaryLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Controls the level of information logged during startup (and shutdown) of CamelContext.
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.
setSuccessThreshold(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Controls the number of trial calls which are allowed when the circuit breaker is half-open Default value is 1.
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
Deprecated.
Sets the thread pool key to use.
setThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling statistical window is broken into.
setThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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).
setTimeoutDuration(Long) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the thread execution timeout.
setTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Whether timeout is enabled or not on the circuit breaker.
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)
setTimeoutPoolSize(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the pool size of the thread pool when timeout is enabled.
setTimeoutScheduledExecutorServiceRef(String) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
References to a custom thread pool to use when timeout is enabled
setTimeUnit(TimeUnit) - Method in class org.apache.camel.main.ThreadPoolConfigurationProperties
Sets the default time unit used for keep alive time
setTimeUnit(TimeUnit) - Method in class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
Sets the time unit used for keep alive time
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
setUuidGenerator(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
UUID generator to use.
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.
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.
shutdown() - Method in interface org.apache.camel.main.MainShutdownStrategy
 
shutdown() - Method in class org.apache.camel.main.SimpleMainShutdownStrategy
 
shutdownStrategy - Variable in class org.apache.camel.main.MainSupport
 
SimpleMain - Class in org.apache.camel.main
A minimal Main class for booting Camel.
SimpleMain(CamelContext) - Constructor for class org.apache.camel.main.SimpleMain
 
SimpleMainShutdownStrategy - Class in org.apache.camel.main
 
SimpleMainShutdownStrategy() - Constructor for class org.apache.camel.main.SimpleMainShutdownStrategy
 

T

threadPool() - Method in class org.apache.camel.main.MainConfigurationProperties
To configure thread pools
ThreadPoolConfigurationProperties - Class in org.apache.camel.main
Global configuration for thread pools
ThreadPoolConfigurationProperties(MainConfigurationProperties) - Constructor for class org.apache.camel.main.ThreadPoolConfigurationProperties
 
ThreadPoolConfigurationPropertiesConfigurer - Class in org.apache.camel.main
Generated by camel build tools - do NOT edit this file!
ThreadPoolConfigurationPropertiesConfigurer() - Constructor for class org.apache.camel.main.ThreadPoolConfigurationPropertiesConfigurer
 
ThreadPoolProfileConfigurationProperties - Class in org.apache.camel.main
 
ThreadPoolProfileConfigurationProperties() - Constructor for class org.apache.camel.main.ThreadPoolProfileConfigurationProperties
 
toEnvVar(String) - Static method in class org.apache.camel.main.MainHelper
 
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.MainHelper
 

W

waitUntilCompleted() - Method in class org.apache.camel.main.MainSupport
 
wildcardProperties - Variable in class org.apache.camel.main.BaseMainSupport
 
withAdditionalConfiguration(Object) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional configuration object to the known list of configurations objects.
withAdditionalConfigurationClasses(Class...) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional configuration class to the known list of configurations classes.
withAdditionalLambdaRouteBuilder(LambdaRouteBuilder) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional LambdaRouteBuilder object to the known list of builders.
withAdditionalRoutesBuilder(Class...) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional RoutesBuilder class to the known list of builders.
withAdditionalRoutesBuilder(RoutesBuilder) - Method in class org.apache.camel.main.MainConfigurationProperties
Add an additional RoutesBuilder object to the known list of builders.
withAllowMaximumSizeToDivergeFromCoreSize(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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)
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.
withAutoConfigurationSystemPropertiesEnabled(boolean) - Method in class org.apache.camel.main.MainConfigurationProperties
Whether auto configuration should include JVM system properties as well.
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.
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.
withBeanPostProcessorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Can be used to turn off bean post processing.
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.FaultToleranceConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
withBulkheadEnabled(Boolean) - Method in class org.apache.camel.main.Resilience4jConfigurationProperties
Whether bulkhead is enabled or not on the circuit breaker.
withBulkheadExecutorServiceRef(String) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
References to a custom thread pool to use when bulkhead is enabled.
withBulkheadMaxConcurrentCalls(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the max amount of concurrent calls the bulkhead will support.
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.
withBulkheadWaitingTaskQueue(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the task queue size for holding waiting tasks to be processed by 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
Deprecated.
Whether to use a HystrixCircuitBreaker or not.
withCircuitBreakerErrorThresholdPercentage(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
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
Deprecated.
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.FaultToleranceConfigurationProperties
Refers to an existing io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker instance to lookup and use from the registry.
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
Deprecated.
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
Deprecated.
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.
withConfigurationClasses(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets classes names that will be used to configure the camel context as example by providing custom beans through BindToRegistry annotation.
withConfigurations(List<Object>) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the configuration objects used to configure the camel context.
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.
withContextEnabled(boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether context health check is enabled
withContextPath(String) - Method in class org.apache.camel.main.RestConfigurationProperties
Sets a leading context-path the REST services will be using.
withCoordinatorContextPath(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The context-path for the LRA coordinator.
withCoordinatorUrl(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The URL for the LRA coordinator service that orchestrates the transactions
withCorePoolSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
withDelay(Long) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Control how long the circuit breaker stays open.
withDumpRoutes(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
If enable then Camel will during startup dump all loaded routes (incl rests and route templates) represented as XML DSL into the log.
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.
withEagerClassloading(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to eager load a common set of Camel classes that would otherwise first be loaded on processing the first message.
withEnableCORS(boolean) - Method in class org.apache.camel.main.RestConfigurationProperties
Whether to enable CORS headers in the HTTP response.
withEnabled(boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether health check is enabled globally
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).
withExchangeFactory(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Controls whether to pool (reuse) exchanges or create new fresh exchanges (default).
withExchangeFactoryCapacity(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The capacity the pool (for each consumer) uses for storing exchanges.
withExchangeFactoryStatisticsEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Configures whether statistics is enabled on exchange factory.
withExecutionIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of concurrent requests permitted to HystrixCommand.run().
withExecutionIsolationStrategy(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
What isolation strategy HystrixCommand.run() will be executed with.
withExecutionIsolationThreadInterruptOnTimeout(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
Whether the timeout mechanism is enabled for this command
withExecutionTimeoutInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
withFailureRatio(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the failure rate threshold in percentage.
withFallbackEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether HystrixCommand.getFallback() should be attempted when failure occurs.
withFallbackIsolationSemaphoreMaxConcurrentRequests(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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.
withGlobalOption(String, String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets global options that can be referenced in the camel context
withGlobalOptions(Map<String, String>) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets global options that can be referenced in the camel context
withGroupKey(String) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Sets the group key to use.
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
Deprecated.
Keep-alive time in minutes that gets passed to ThreadPoolExecutor.setKeepAliveTime(long, TimeUnit)
withLightweight(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Configure the context to be lightweight.
withLoadTypeConverters(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to load custom type converters by scanning classpath.
withLocalParticipantContextPath(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The context-path for the local participant.
withLocalParticipantUrl(String) - Method in class org.apache.camel.main.LraConfigurationProperties
The URL for the local participant
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
Deprecated.
Maximum thread-pool size that gets passed to ThreadPoolExecutor.setMaximumPoolSize(int).
withMaxQueueSize(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
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
Deprecated.
Maximum number of values stored in each bucket of the rolling percentile.
withMetricsRollingPercentileEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics.
withMetricsRollingPercentileWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling percentile window is broken into.
withMetricsRollingPercentileWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Duration of percentile rolling window in milliseconds.
withMetricsRollingStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling statistical window is broken into.
withMetricsRollingStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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
Deprecated.
Queue size rejection threshold is an artificial max size at which rejections will occur even if HystrixConfigurationProperties.maxQueueSize has not been reached.
withRegistryEnabled(boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether registry health check is enabled
withRequestLogEnabled(Boolean) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Whether HystrixCommand execution and events should be logged to HystrixRequestLog.
withRequestVolumeThreshold(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Controls the size of the rolling window used when the circuit breaker is closed Default value is 20.
withRouteControllerBackOffDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff delay in millis when restarting a route that failed to startup.
withRouteControllerBackOffMaxAttempts(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum number of attempts to restart a route that failed to startup.
withRouteControllerBackOffMaxDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum delay in millis when restarting a route that failed to startup.
withRouteControllerBackOffMaxElapsedTime(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff maximum elapsed time in millis, after which the backoff should be considered exhausted and no more attempts should be made.
withRouteControllerBackOffMultiplier(double) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Backoff multiplier to use for exponential backoff.
withRouteControllerExcludeRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Pattern for filtering routes to be excluded as supervised.
withRouteControllerIncludeRoutes(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Pattern for filtering routes to be included as supervised.
withRouteControllerInitialDelay(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Initial delay in milli seconds before the route controller starts, after CamelContext has been started.
withRouteControllerLoggingLevel(LoggingLevel) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Sets the logging level used for logging route activity (such as starting and stopping routes).
withRouteControllerSuperviseEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To enable using supervising route controller which allows Camel to startup and then the controller takes care of starting the routes in a safe manner.
withRouteControllerThreadPoolSize(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
The number of threads used by the route controller scheduled thread pool that are used for restarting routes.
withRouteControllerUnhealthyOnExhausted(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether to mark the route as unhealthy (down) when all restarting attempts (backoff) have failed and the route is not successfully started and the route manager is giving up.
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).
withRoutesBuilderClasses(String) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets classes names that implement RoutesBuilder.
withRoutesBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.main.MainConfigurationProperties
Sets the RoutesBuilder instances.
withRoutesCollectorEnabled(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Whether the routes collector is enabled or not.
withRoutesEnabled(boolean) - Method in class org.apache.camel.main.HealthConfigurationProperties
Whether routes health check is enabled
withRoutesExcludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
withRoutesIncludePattern(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
 
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.
withStartupRecorder(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To use startup recorder for capturing execution time during starting Camel.
withStartupRecorderDir(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
Directory to store the recording.
withStartupRecorderDuration(long) - Method in class org.apache.camel.main.DefaultConfigurationProperties
How long time to run the startup recorder.
withStartupRecorderMaxDepth(int) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To filter our sub steps at a maximum depth.
withStartupRecorderProfile(String) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To use a specific Java Flight Recorder profile configuration, such as default or profile.
withStartupRecorderRecording(boolean) - Method in class org.apache.camel.main.DefaultConfigurationProperties
To enable Java Flight Recorder to start a recording and automatic dump the recording to disk after startup is complete.
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.
withSuccessThreshold(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Controls the number of trial calls which are allowed when the circuit breaker is half-open Default value is 1.
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
Deprecated.
Sets the thread pool key to use.
withThreadPoolRollingNumberStatisticalWindowBuckets(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
Number of buckets the rolling statistical window is broken into.
withThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer) - Method in class org.apache.camel.main.HystrixConfigurationProperties
Deprecated.
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).
withTimeoutDuration(Long) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the thread execution timeout.
withTimeoutEnabled(Boolean) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Whether timeout is enabled or not on the circuit breaker.
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)
withTimeoutPoolSize(Integer) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
Configures the pool size of the thread pool when timeout is enabled.
withTimeoutScheduledExecutorServiceRef(String) - Method in class org.apache.camel.main.FaultToleranceConfigurationProperties
References to a custom thread pool to use when timeout is enabled
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.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages