public static interface KuduEndpointBuilderFactory.KuduBuilders
| Modifier and Type | Method and Description |
|---|---|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
kudu(String path)
Kudu (camel-kudu)
Represents a Kudu endpoint.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder kudu(String path)
kudu:host:port/tableName
Path parameter: host
Host of the server to connect to
Path parameter: port
Port of the server to connect to
Path parameter: tableName
Table to connect toApache Camel