Interface Agha

All Known Implementing Classes:
AbstractAgha, FormulaAgha

public interface Agha
Job manager to manage each job here.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<Long>
    begin(Mission mission)
    Start new job by definition of Mission here.
    static Agha
    get(io.horizon.eon.em.scheduler.JobType type)
     
  • Method Details

    • get

      static Agha get(io.horizon.eon.em.scheduler.JobType type)
    • begin

      io.vertx.core.Future<Long> begin(Mission mission)
      Start new job by definition of Mission here. Async start and return Future, here long type is timerId, you can control this job by timerId