Interface Middleware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(Job job, java.util.concurrent.Callable<java.lang.Void> next)
      Middleware handles that would be called
    • Method Detail

      • handle

        void handle​(Job job,
                    java.util.concurrent.Callable<java.lang.Void> next)
             throws java.lang.Exception
        Middleware handles that would be called
        Parameters:
        job - job object
        next - next middleware in chain
        Throws:
        java.lang.Exception - any exception