Interface GridPlainCallable<T>

  • All Superinterfaces:
    Callable<T>
    All Known Subinterfaces:
    GPC<T>

    public interface GridPlainCallable<T>
    extends Callable<T>
    Callable instance that should never be deployed or injected.
    • Method Summary

      • Methods inherited from interface java.util.concurrent.Callable

        call