#10 Apache Camel Tutorial for Beginners - Calling a Method using Class Component

preview_player
Показать описание
Apache Camel Tutorial - Hello everyone, this video will explain how to call a method using Class component in apche camel framework.
Рекомендации по теме
Комментарии
Автор

Nice explanation.
I have another alternative to this,
we annotate the class with @Component which we want to make the bean of and use the same suffixing to 'bean:' in the route

pritvishmandal