Interface RqueueViewControllerService


public interface RqueueViewControllerService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dead(org.springframework.ui.Model model, String xForwardedPrefix)
     
    void
    index(org.springframework.ui.Model model, String forwardedFor)
     
    void
    pending(org.springframework.ui.Model model, String xForwardedPrefix)
     
    void
    queueDetail(org.springframework.ui.Model model, String xForwardedPrefix, String queueName)
     
    void
    queues(org.springframework.ui.Model model, String xForwardedPrefix, int pageNumber)
     
    void
    running(org.springframework.ui.Model model, String xForwardedPrefix)
     
    void
    scheduled(org.springframework.ui.Model model, String xForwardedPrefix)
     
    void
    utility(org.springframework.ui.Model model, String xForwardedPrefix)
     
    void
    workers(org.springframework.ui.Model model, String xForwardedPrefix, int pageNumber)
     
  • Method Details

    • index

      void index(org.springframework.ui.Model model, String forwardedFor)
    • queues

      void queues(org.springframework.ui.Model model, String xForwardedPrefix, int pageNumber)
    • workers

      void workers(org.springframework.ui.Model model, String xForwardedPrefix, int pageNumber)
    • queueDetail

      void queueDetail(org.springframework.ui.Model model, String xForwardedPrefix, String queueName)
    • running

      void running(org.springframework.ui.Model model, String xForwardedPrefix)
    • scheduled

      void scheduled(org.springframework.ui.Model model, String xForwardedPrefix)
    • dead

      void dead(org.springframework.ui.Model model, String xForwardedPrefix)
    • pending

      void pending(org.springframework.ui.Model model, String xForwardedPrefix)
    • utility

      void utility(org.springframework.ui.Model model, String xForwardedPrefix)