Inspectopedia Help

Incorrect @Async method signature

Reports incorrect return types of @Async methods.

For target method signatures, any parameter types are allowed. However, the return type should be either void or Future. It is also possible to return the more specific ListenableFuture or CompletableFuture types, which allow for richer interaction with the asynchronous task and for immediate composition with further processing steps.

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Spring, 233.SNAPSHOT

Last modified: 13 July 2023