Class ManagedJob<T>

  • Type Parameters:
    T - The type of the result of the job.
    All Implemented Interfaces:
    Supplier

    public abstract class ManagedJob<T>
    extends Object
    implements Supplier
    Defines methods to update the progress and state of a Kuwaiba job, so it can be managed by the Threading Service.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>