public static interface ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
action(String action)
To denote an action that can be either: start, stop, or status.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
async(boolean async)
Whether to execute the control bus task asynchronously.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
async(String async)
Whether to execute the control bus task asynchronously.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default 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 |
loggingLevel(String loggingLevel)
Logging level used for logging when task is done, or if any
exceptions occurred during processing the task.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
restartDelay(int restartDelay)
The delay in millis to use when restarting a route.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
restartDelay(String restartDelay)
The delay in millis to use when restarting a route.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
routeId(String routeId)
To specify a route by its id.
|
default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder action(String action)
action - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder async(boolean async)
async - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder async(String async)
async - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder loggingLevel(org.apache.camel.LoggingLevel loggingLevel)
loggingLevel - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder loggingLevel(String loggingLevel)
loggingLevel - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder restartDelay(int restartDelay)
restartDelay - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder restartDelay(String restartDelay)
restartDelay - the value to setdefault ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder routeId(String routeId)
routeId - the value to setApache Camel