Interface Agha

  • All Known Implementing Classes:
    AbstractAgha

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

      • get

        static Agha get​(io.vertx.up.eon.em.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