| Modifier and Type | Field and Description |
|---|---|
protected MainConfigurationProperties |
BaseMainSupport.mainConfigurationProperties |
| Modifier and Type | Method and Description |
|---|---|
MainConfigurationProperties |
BaseMainSupport.configure()
To configure options on Camel Main.
|
MainConfigurationProperties |
Resilience4jConfigurationProperties.end() |
MainConfigurationProperties |
HystrixConfigurationProperties.end() |
MainConfigurationProperties |
RestConfigurationProperties.end() |
MainConfigurationProperties |
MainConfigurationProperties.withAutoConfigurationEnabled(boolean autoConfigurationEnabled)
Whether auto configuration of components/dataformats/languages is enabled or not.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutoConfigurationEnvironmentVariablesEnabled(boolean autoConfigurationEnvironmentVariablesEnabled)
Whether auto configuration should include OS environment variables as well.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutoConfigurationFailFast(boolean autoConfigurationFailFast)
Whether auto configuration should fail fast when configuring one ore more properties fails for whatever reason
such as a invalid property name, etc.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutoConfigurationLogSummary(boolean autoConfigurationLogSummary)
Whether auto configuration should log a summary with the configured properties.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutowireComponentProperties(boolean autowireComponentProperties)
Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutowireComponentPropertiesAllowPrivateSetter(boolean autowireComponentPropertiesAllowPrivateSetter)
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed)
with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutowireComponentPropertiesDeep(boolean autowireComponentPropertiesDeep)
Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed)
with properties that are of same type, which has been added to the Camel registry, as a singleton instance.
|
MainConfigurationProperties |
MainConfigurationProperties.withAutowireComponentPropertiesNonNullOnly(boolean autowireComponentPropertiesNonNullOnly)
Whether to only autowire if the property has no default value or has not been configured explicit.
|
MainConfigurationProperties |
MainConfigurationProperties.withDurationHitExitCode(int durationHitExitCode)
Sets the exit code for the application if duration was hit
|
MainConfigurationProperties |
MainConfigurationProperties.withHangupInterceptorEnabled(boolean hangupInterceptorEnabled)
Whether to use graceful hangup when Camel is stopping or when the JVM terminates.
|
MainConfigurationProperties |
MainConfigurationProperties.withPackageScanRouteBuilders(String packageScanRouteBuilders)
Sets package names for scanning for
RouteBuilder classes as candidates to be included. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseMainSupport.autoConfigurationMainConfiguration(org.apache.camel.CamelContext camelContext,
MainConfigurationProperties config,
Map<String,String> autoConfiguredProperties) |
protected void |
BaseMainSupport.doConfigureCamelContextFromMainConfiguration(org.apache.camel.CamelContext camelContext,
MainConfigurationProperties config,
Map<String,String> autoConfiguredProperties)
Configures CamelContext from the
MainConfigurationProperties properties. |
| Constructor and Description |
|---|
HystrixConfigurationProperties(MainConfigurationProperties parent) |
Resilience4jConfigurationProperties(MainConfigurationProperties parent) |
RestConfigurationProperties(MainConfigurationProperties parent) |
Apache Camel