Package uk.org.microbase.responder

Examples of uk.org.microbase.responder.MessageCollector


    /*
     * Configure a MessageCollector - this is responsible for noticing incoming
     * messages of a particular type and creating/publishing new messages that
     * describe the work that needs to be done as a result.
     */
    collector = new MessageCollector() {
      @Override
      protected Set<Message> generateWork(Message incoming)
          throws MessageProcessingException
      {
        return AbstractResponderWS.this.generateWork(incoming);
View Full Code Here

TOP

Related Classes of uk.org.microbase.responder.MessageCollector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.