Package net.subnoize.qcat


package net.subnoize.qcat
  • Interface Summary
    Interface
    Description
    If you wish to write a custom Provider (the means by which ListenTo and ListenFor are wired into the particular system) then you need to implement this interface.
  • Class Summary
    Class
    Description
    The configuration class for Qcat is the processor for the annotations which brings the elements together into a runnable state.
    Session objects are to maintain the thread safety during operation while processing events to which you are listening.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    This annotation marks Spring Beans as containing listener methods as well as specifying the Provider to be used.