Uses of Class
org.apache.camel.main.StartupConditionConfigurationProperties
-
Uses of StartupConditionConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return StartupConditionConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.startupCondition()To configure startup conditionsStartupConditionConfigurationProperties.withCustomClassNames(String customClassNames) A list of custom class names (FQN).StartupConditionConfigurationProperties.withEnabled(boolean enabled) To enable using startup conditionsStartupConditionConfigurationProperties.withEnvironmentVariableExists(String environmentVariableExists) Wait for an environment variable with the given name to exists before continuingStartupConditionConfigurationProperties.withFileExists(String fileExists) Wait for a file with the given name to exists before continuingStartupConditionConfigurationProperties.withInterval(int interval) Interval in millis between checking startup conditionsStartupConditionConfigurationProperties.withOnTimeout(String onTimeout) What action, to do on timeout.StartupConditionConfigurationProperties.withTimeout(int timeout) Total timeout (in millis) for all startup conditions.