Uses of Interface
org.apache.camel.builder.component.dsl.ExecComponentBuilderFactory.ExecComponentBuilder
Packages that use ExecComponentBuilderFactory.ExecComponentBuilder
-
Uses of ExecComponentBuilderFactory.ExecComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ExecComponentBuilderFactory.ExecComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.exec()Exec (camel-exec) Execute commands on the underlying operating system. -
Uses of ExecComponentBuilderFactory.ExecComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ExecComponentBuilderFactory.ExecComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ExecComponentBuilderFactory.ExecComponentBuilderModifier and TypeMethodDescriptionExecComponentBuilderFactory.ExecComponentBuilder.allowControlHeaders(boolean allowControlHeaders) Whether to allow to use Camel headers or not (default false).ExecComponentBuilderFactory.ExecComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ExecComponentBuilderFactory.ExecComponentBuilder.binding(org.apache.camel.component.exec.ExecBinding binding) To use a custom org.apache.commons.exec.ExecBinding for advanced use-cases.ExecComponentBuilderFactory.ExecComponentBuilder.commandExecutor(org.apache.camel.component.exec.ExecCommandExecutor commandExecutor) To use a custom org.apache.commons.exec.ExecCommandExecutor that customizes the command execution.ExecComponentBuilderFactory.exec()Exec (camel-exec) Execute commands on the underlying operating system.ExecComponentBuilderFactory.ExecComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ExecComponentBuilderFactory.ExecComponentBuilder.timeout(long timeout) The timeout, in milliseconds, after which the executable should be terminated.ExecComponentBuilderFactory.ExecComponentBuilder.workingDir(String workingDir) The directory in which the command should be executed.