Package com.github.sonus21.rqueue.annotation


package com.github.sonus21.rqueue.annotation
  • Annotation Interfaces
    Class
    Description
    Indicates that an annotated class is a message listener
    This designated any public method as listener given the containing method is also annotated with RqueueListener.
    Annotation for mapping a method/class onto message-handling methods by matching to the message queue.