Class QueueProcessor

java.lang.Object
cn.sliew.carp.framework.queue.kekio.QueueProcessor
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class QueueProcessor extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
The processor that fetches messages from the Queue and hands them off to the appropriate MessageHandler.