| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.action(String action)
To denote an action that can be either: start, stop, or status.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.async(boolean async)
Whether to execute the control bus task asynchronously.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.async(String async)
Whether to execute the control bus task asynchronously.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.AdvancedControlBusEndpointBuilder.basic() |
static ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.controlbus(String path)
Control Bus (camel-controlbus)
The controlbus component provides easy management of Camel applications
based on the Control Bus EIP pattern.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusBuilders.controlbus(String path)
Control Bus (camel-controlbus)
The controlbus component provides easy management of Camel
applications based on the Control Bus EIP pattern.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.loggingLevel(org.apache.camel.LoggingLevel loggingLevel)
Logging level used for logging when task is done, or if any
exceptions occurred during processing the task.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.loggingLevel(String loggingLevel)
Logging level used for logging when task is done, or if any
exceptions occurred during processing the task.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.restartDelay(int restartDelay)
The delay in millis to use when restarting a route.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.restartDelay(String restartDelay)
The delay in millis to use when restarting a route.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.routeId(String routeId)
To specify a route by its id.
|
Apache Camel