OpenHub framework components
Implementations of camel components are in components Maven module.
Components overview
Component | Description |
---|---|
asynch-child | This component creates new asynchronous message. |
extcall | Component for wrapping external calls with checks for duplicate and outdated calls. |
msg-funnel | Component "funnel" for filtering concurrent asynch. messages which influence identical object. |
throttling | Component for throttling functionality. |
circuit | Component to use lightweight implementation of circuit breaker design pattern. |