Skip to main content

Crate camel_component_file

Crate camel_component_file 

Source
Expand description

File system component for rust-camel — polls directories for new or changed files as consumer, writes exchange bodies to files as producer.

Main types: FileBundle, FileComponent, FileConsumer, FileProducer. Main modules: bundle.

Re-exports§

pub use bundle::FileBundle;
pub use health::FileHealthCheck;

Modules§

bundle
health

Structs§

FileComponent
FileConfig
Configuration for file component endpoints.
FileGlobalConfig
Global configuration for File component. Supports serde deserialization with defaults and builder methods. These are the fallback defaults when URI params are not set.

Enums§

FileExistStrategy
Strategy for handling existing files when writing.
IdempotentKey
ReadLockStrategy