You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2016/08/06 03:41:48 UTC

Re: cancel implementation issue in service class.

Hi Kevin,

This highly depends on what exactly your code is doing and what do you want
to do when the service is cancelled (redeployed or undeployed). Basically,
cancel() method is just a callback notifying you that all the activities
should stop, by you can still wait for some operations to finish, for
example. Think of it as about interruption of a thread.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/cancel-implementation-issue-in-service-class-tp6756p6816.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.