This change should be forward compatible as ScheduledExecutorService is a subtype of ExecutorService and implements all of the base functionality.
Also of note: the ExecutorConfiguration return does not have it's name field configured to consumer as one would expect, although the bean is @Named("consumer")
In line with documented behaviour.
This change should be forward compatible as
ScheduledExecutorService
is a subtype ofExecutorService
and implements all of the base functionality.Also of note: the
ExecutorConfiguration
return does not have it's name field configured toconsumer
as one would expect, although the bean is@Named("consumer")