Interface TaskGigaSpaceAware


public interface TaskGigaSpaceAware
Task can implement this method to be injected with the Space they are executed on.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Injects the space the task is executed on.
  • Method Details

    • setGigaSpace

      void setGigaSpace(GigaSpace gigaSpace)
      Injects the space the task is executed on.