@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ComputeJobAfterSend
This annotation can be applied to methods of ComputeJob
instance only.
It is invoked on the caller node after the job has been sent to remote node for execution.
Example:
public class MyGridJob implements ComputeJob { ... @ComputeJobAfterSend public void onJobAfterSend() { ... } ... }
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019