Interface Job


  • public interface Job
    Author:
    marius
    • Method Detail

      • run

        void run​(Engine engine)
          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • error

        void error​(java.lang.Throwable e)