You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by dkarachentsev <dk...@gridgain.com> on 2017/03/23 13:45:48 UTC

Re: Can I inject resource bean from Spring into IgniteClosure

Hi,

You may inject spring bean into IgniteCallable as well, just mark it
transient and annotate with @SpringResource.
There is no performance drop on services in comparison with compute, roughly
speaking service is the same as compute job.

So spring bean injection should work for both cases, choose that is the most
suitable for you.

Thanks!

-Dmitry.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-inject-resource-bean-from-Spring-into-IgniteClosure-tp11379p11393.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.