All Classes

Class
Description
The annotation used to hint the value should be pulled from the attributes of the queue
A helper to unwrap and retrieve values from the Spring Configuration system.
Used to annotate a listener method.
Hints at the actual payload object when more than one value is in a listener method signature.
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.
This annotation marks Spring Beans as containing listener methods as well as specifying the Provider to be used.
The configuration class for Qcat is the processor for the annotations which brings the elements together into a runnable state.
Marks a lister method as having the ability to send the return value as a object as a message to the next queue;
Session objects are to maintain the thread safety during operation while processing events to which you are listening.