org.springframework.core.task.AsyncListenableTaskExecutor has submitListenable(Callable
ISSUE : SPR-12364
I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.
Comment From: pivotal-issuemaster
@MoonJongMin Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@MoonJongMin Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: snicoll
Thanks for the PR but we'd rather not add overloaded methods like this. JmsTemplate is usually used internally with a more defined API where such rich type is exposed at that level. The infrastructure is usually used internally in a higher-level API that can expose the rich type.