Skip to content

Enable Executor qualification with @Async [SPR-6847] #11513

@spring-projects-issues

Description

@spring-projects-issues

Mark Fisher opened SPR-6847 and commented

The approach should be consistent with @Transactional:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#tx-multiple-tx-mgrs-with-attransactional

The bean name may be considered, but the 'qualifier' is generally recommended.

@Async("beanNameOrQualifierValue")
public void someOp() {
   ...
}

Affects: 3.0 GA

Sub-tasks:

Issue Links:

14 votes, 14 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importin: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions