Interface IJobService

  • All Known Implementing Classes:
    JobService

    @Path("/graph/jobs")
    @Consumes("application/json")
    @Produces("application/json")
    public interface IJobService
    An IJobService handles jobs - executing Jobs and getting Job statuses.