Interface JobRequestHandler<T extends JobRequest>

  • Type Parameters:
    T - A JobRequest implementation that can have extra fields and methods to be used by the JobRequestHandler.

    public interface JobRequestHandler<T extends JobRequest>
    Classes implementing this interface will handle actual JobRequest.
    • Method Detail

      • run

        void run​(T jobRequest)