@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ControlBusEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ControlBusEndpointBuilderFactory.AdvancedControlBusEndpointBuilder
Advanced builder for endpoint for the Control Bus component.
|
static interface |
ControlBusEndpointBuilderFactory.ControlBusBuilders |
static interface |
ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder
Builder for endpoint for the Control Bus component.
|
| Modifier and Type | Method and Description |
|---|---|
static ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder |
controlbus(String path)
Control Bus (camel-controlbus)
The controlbus component provides easy management of Camel applications
based on the Control Bus EIP pattern.
|
static ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder controlbus(String path)
controlbus:command:language
Path parameter: command (required)
Command can be either route or language
The value can be one of: route, language
Path parameter: language
Allows you to specify the name of a Language to use for evaluating the
message body. If there is any result from the evaluation, then the result
is put in the message body.
The value can be one of: bean, constant, el, exchangeProperty, file,
groovy, header, jsonpath, mvel, ognl, ref, simple, spel, sql, terser,
tokenize, xpath, xquery, xtokenizeApache Camel