Providing a timeout value when using @Async for a method using Spring 3.0

Viewed 15192

I looked through the documentation but couldn't find if there is a way to specify a timeout for async operations spawned when using @Async annotated methods using Spring 3.0.

Is there a way to do that? I think this is pretty essential whenever making triggering an async computation.

2 Answers
Related