@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 {
...
@GridComputeJobAfterSend
public void onJobAfterSend() {
...
}
...
}
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016