Ecotone
comes with support for running period tasks
or cron jobs.
endpointId
- it's name which identifies process to run
poller
- Configuration how to execute this method read more in next section.
Above configuration tells Ecotone
to execute this method every second.Scheduled
for given Handler.
Right now method return Message which is send to given routing.ExchangeCommand.
If you want to understand how the conversion works, you may read about it in Conversion section.