I would like to utilize the java.util.concurrent.Executors to fire some runner. The problem is that i wanted to fire it fixed amount of times. It is important to call those runners a fixed rate.
For me it is perfectly sufficient use a Executors#newSingleThreadScheduledExecutor so i wonder why this is not possible ....
Thanks