@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.0.0-RC3 Release Date : March 24 2015