Skip to main content

Crate camel_bean

Crate camel_bean 

Source

Structs§

BeanRegistry

Enums§

BeanError

Traits§

BeanProcessor

Attribute Macros§

async_trait
bean_impl
Attribute macro for generating BeanProcessor implementation from an impl block
handler
Marker attribute for handler methods This attribute does not transform the method - it’s detected by the Bean derive macro to identify which methods should be exposed as bean handlers

Derive Macros§

Bean
Derive macro for BeanProcessor trait implementation This is a placeholder - Task 2.2 will complete the implementation