On Mon, Oct 15, 2018 at 9:21 AM <kfuj...@apache.org> wrote:

>
> +    // The event notification executor
> +    protected final ExecutorService executor =
> ExecutorFactory.newThreadPool(0, 10, 10, TimeUnit.SECONDS);
>

Ok, so the Container provides the backgroundProcess callback. In addition
to that, I see a Container.execute(Runnable) could also be useful, and
maybe then refactor using an ExecutorService.

Rémy

Reply via email to