@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ElsqlEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ElsqlEndpointBuilderFactory.AdvancedElsqlEndpointBuilder
Advanced builder for endpoint for the ElSQL component.
|
static interface |
ElsqlEndpointBuilderFactory.AdvancedElsqlEndpointConsumerBuilder
Advanced builder for endpoint consumers for the ElSQL component.
|
static interface |
ElsqlEndpointBuilderFactory.AdvancedElsqlEndpointProducerBuilder
Advanced builder for endpoint producers for the ElSQL component.
|
static interface |
ElsqlEndpointBuilderFactory.ElsqlBuilders |
static class |
ElsqlEndpointBuilderFactory.ElSqlDatabaseVendor
Proxy enum for
org.apache.camel.component.elsql.ElSqlDatabaseVendor enum. |
static interface |
ElsqlEndpointBuilderFactory.ElsqlEndpointBuilder
Builder for endpoint for the ElSQL component.
|
static interface |
ElsqlEndpointBuilderFactory.ElsqlEndpointConsumerBuilder
Builder for endpoint consumers for the ElSQL component.
|
static interface |
ElsqlEndpointBuilderFactory.ElsqlEndpointProducerBuilder
Builder for endpoint producers for the ElSQL component.
|
static class |
ElsqlEndpointBuilderFactory.SqlOutputType
Proxy enum for
org.apache.camel.component.sql.SqlOutputType
enum. |
| Modifier and Type | Method and Description |
|---|---|
static ElsqlEndpointBuilderFactory.ElsqlEndpointBuilder |
elsql(String path)
ElSQL (camel-elsql)
The elsql component is an extension to the existing SQL Component that
uses ElSql to define the SQL queries.
|
static ElsqlEndpointBuilderFactory.ElsqlEndpointBuilder elsql(String path)
elsql:elsqlName:resourceUri
Path parameter: elsqlName (required)
The name of the elsql to use (is NAMED in the elsql file)
Path parameter: resourceUri
The resource file which contains the elsql SQL statements to use. You can
specify multiple resources separated by comma. The resources are loaded
on the classpath by default, you can prefix with file: to load from file
system. Notice you can set this option on the component and then you do
not have to configure this on the endpoint.Apache Camel