Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Narrative API for Apache Camel

License

Notifications You must be signed in to change notification settings

mgubaidullin/camel-narrative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narrative API for Apache Camel

This project demonstrates narrative API examples for Apache Camel.

Simple single route (Flash Fiction):

Caravan.go(
    Camel.from("file:input").to("file:output"));

Route with bean binding (Short Story):

Caravan.load("bale", new Bale())
    .go(Camel.from("timer:start").to("bean:bale"));

Multiple routes (Novellette):

Caravan.go(
    Camel.from("file:input").to("file:output"),
    Camel.from("file:output").to("log:output"));

About

Narrative API for Apache Camel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages