Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return ScheduledExecutorService from ConsumerExecutorServiceConfig #844

Merged
merged 3 commits into from
Aug 29, 2023
Merged

Conversation

Hc747
Copy link
Contributor

@Hc747 Hc747 commented Aug 29, 2023

In line with documented behaviour.

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")

… per documentation (and documented behaviour).

This change should be forward compatible as ScheduledExecutorService is a subtype of ExecutorService and implements all of the base functionality.
Return ScheduledExecutorService from ConsumerExecutorServiceConfig
@sdelamo sdelamo merged commit 612411b into micronaut-projects:master Aug 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants