Open jpicerno opened 10 years ago
If you are trying to use it several times to connect to different services this class will be instance several Executors.newSingleThreadScheduledExecutor(), so the app will be overtime create many threads and not only one as expected.
If you are trying to use it several times to connect to different services this class will be instance several Executors.newSingleThreadScheduledExecutor(), so the app will be overtime create many threads and not only one as expected.