Interface RqueueViewControllerService

All Known Implementing Classes:
RqueueViewControllerServiceImpl

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)
     
    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)
     
  • Method Details

    • index

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

      void queues(org.springframework.ui.Model model, String xForwardedPrefix)
    • 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)