public static interface FlatpackEndpointBuilderFactory.FlatpackBuilders
| Modifier and Type | Method and Description |
|---|---|
default FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder |
flatpack(String path)
Flatpack (camel-flatpack)
The flatpack component supports fixed width and delimited file
parsing via the FlatPack library.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder flatpack(String path)
flatpack:type:resourceUri
Path parameter: type
Whether to use fixed or delimiter
Default value: delim
The value can be one of: fixed, delim
Path parameter: resourceUri (required)
URL for loading the flatpack mapping file from classpath or file
systemApache Camel