Uses of Interface
org.apache.camel.builder.component.dsl.FileComponentBuilderFactory.FileComponentBuilder
-
Packages that use FileComponentBuilderFactory.FileComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of FileComponentBuilderFactory.FileComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return FileComponentBuilderFactory.FileComponentBuilder Modifier and Type Method Description static FileComponentBuilderFactory.FileComponentBuilderComponentsBuilderFactory. file()File (camel-file) Read and write files. -
Uses of FileComponentBuilderFactory.FileComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement FileComponentBuilderFactory.FileComponentBuilder Modifier and Type Class Description static classFileComponentBuilderFactory.FileComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return FileComponentBuilderFactory.FileComponentBuilder Modifier and Type Method Description default FileComponentBuilderFactory.FileComponentBuilderFileComponentBuilderFactory.FileComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default FileComponentBuilderFactory.FileComponentBuilderFileComponentBuilderFactory.FileComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static FileComponentBuilderFactory.FileComponentBuilderFileComponentBuilderFactory. file()File (camel-file) Read and write files.default FileComponentBuilderFactory.FileComponentBuilderFileComponentBuilderFactory.FileComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).
-