i am trying to read a gmail using the routebuilder() of apache camel.
@Component
class ReadEmailRouteBuilder(var stockLocationProperty:
StockLocationProperty) : RouteBuilder() {
override fun configure() {
//TODO
}
}
This is the start i have to use and i have tried many ways but it never worked, can someone help me?