| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ExecComponentBuilderFactory.ExecComponentBuilder |
ComponentsBuilderFactory.exec()
Exec (camel-exec)
Execute commands on the underlying operating system.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecComponentBuilderFactory.ExecComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ExecComponentBuilderFactory.ExecComponentBuilder |
ExecComponentBuilderFactory.ExecComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
static ExecComponentBuilderFactory.ExecComponentBuilder |
ExecComponentBuilderFactory.exec()
Exec (camel-exec)
Execute commands on the underlying operating system.
|
default ExecComponentBuilderFactory.ExecComponentBuilder |
ExecComponentBuilderFactory.ExecComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel